<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PHP, SOAP and operation signatures</title>
	<atom:link href="http://www.dotvoid.com/2009/12/php-soap-and-operation-signatures/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dotvoid.com/2009/12/php-soap-and-operation-signatures/</link>
	<description>Experiments and thoughts in PHP and javascript</description>
	<lastBuildDate>Sat, 04 Sep 2010 10:02:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Frank</title>
		<link>http://www.dotvoid.com/2009/12/php-soap-and-operation-signatures/comment-page-1/#comment-1684</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:03:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotvoid.com/?p=407#comment-1684</guid>
		<description>I just want to point to the &quot;Document/literal wrapped&quot; pattern, where the root element in the document specifies the operation name. This is a pattern used by Microsoft, e.g. for .NET services.

For a good reference about SOAP structures see:
http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/

SOAP is a big, undocumented mess for PHP (YMMV). We ended up using WSO2 WSF framework for talking with the .NET soap server (which had its drawbacks, too, like no possibility to define timeouts etc.) and constructed our XML documents for &quot;Document/literal wrapped&quot; by ourselves with SimpleXML.</description>
		<content:encoded><![CDATA[<p>I just want to point to the &#8220;Document/literal wrapped&#8221; pattern, where the root element in the document specifies the operation name. This is a pattern used by Microsoft, e.g. for .NET services.</p>
<p>For a good reference about SOAP structures see:<br />
<a href="http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/" rel="nofollow">http://www.ibm.com/developerworks/webservices/library/ws-whichwsdl/</a></p>
<p>SOAP is a big, undocumented mess for PHP (YMMV). We ended up using WSO2 WSF framework for talking with the .NET soap server (which had its drawbacks, too, like no possibility to define timeouts etc.) and constructed our XML documents for &#8220;Document/literal wrapped&#8221; by ourselves with SimpleXML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP, SOAP and operation signatures &#8211; Danne Lundqvist &#124; VishwaTech IT News</title>
		<link>http://www.dotvoid.com/2009/12/php-soap-and-operation-signatures/comment-page-1/#comment-1516</link>
		<dc:creator>PHP, SOAP and operation signatures &#8211; Danne Lundqvist &#124; VishwaTech IT News</dc:creator>
		<pubDate>Fri, 04 Dec 2009 22:25:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dotvoid.com/?p=407#comment-1516</guid>
		<description>[...] PHP, SOAP and operation signatures &#8211; Danne Lundqvist    ﻿   Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] PHP, SOAP and operation signatures &#8211; Danne Lundqvist    ﻿   Leave a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
