<?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 call for WSDL Envelope and Payload</title>
	<atom:link href="http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/</link>
	<description>Xillent Studios</description>
	<lastBuildDate>Mon, 10 Jun 2013 23:23:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: PaulF</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-3332</link>
		<dc:creator>PaulF</dc:creator>
		<pubDate>Mon, 10 Jun 2013 23:23:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-3332</guid>
		<description>You are a life-saver. This worked for me when all else failed. Thanks!</description>
		<content:encoded><![CDATA[<p>You are a life-saver. This worked for me when all else failed. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tan-Tan</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2839</link>
		<dc:creator>Tan-Tan</dc:creator>
		<pubDate>Wed, 14 Oct 2009 09:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2839</guid>
		<description>I try to release a PHP WSDL BPEL engine, base on PHP CLI application server.
Any help would be appreciated.

http://code.google.com/p/ezerphp/</description>
		<content:encoded><![CDATA[<p>I try to release a PHP WSDL BPEL engine, base on PHP CLI application server.<br />
Any help would be appreciated.</p>
<p><a href="http://code.google.com/p/ezerphp/" rel="nofollow">http://code.google.com/p/ezerphp/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thy</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2838</link>
		<dc:creator>Thy</dc:creator>
		<pubDate>Fri, 19 Jun 2009 17:19:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2838</guid>
		<description>For php, you have to know more about handling header request and response for mime envelope which is not even documented at all. You can take a look at the Soap library to see if you can use their function and overload it.  The solution that I came up with is to plug in the mime attachment data into the payload. I hope that will help you.</description>
		<content:encoded><![CDATA[<p>For php, you have to know more about handling header request and response for mime envelope which is not even documented at all. You can take a look at the Soap library to see if you can use their function and overload it.  The solution that I came up with is to plug in the mime attachment data into the payload. I hope that will help you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thy</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2837</link>
		<dc:creator>Thy</dc:creator>
		<pubDate>Fri, 19 Jun 2009 17:11:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2837</guid>
		<description>This is very true. In some cases you have to take care of the XML response or you will get a Soap Error.</description>
		<content:encoded><![CDATA[<p>This is very true. In some cases you have to take care of the XML response or you will get a Soap Error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sanjay Raut</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2836</link>
		<dc:creator>Sanjay Raut</dc:creator>
		<pubDate>Mon, 20 Apr 2009 04:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2836</guid>
		<description>This works for complex datatypes too. Only thing to be taken care is processing the XML response.</description>
		<content:encoded><![CDATA[<p>This works for complex datatypes too. Only thing to be taken care is processing the XML response.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chhh</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2835</link>
		<dc:creator>chhh</dc:creator>
		<pubDate>Sat, 21 Feb 2009 14:48:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2835</guid>
		<description>that looks nice, i&#039;ll definitely try it.
but i can&#039;t find out what is the usual way in php_soap to construct the correct parameters array..  i need to change some values in the envelope headers, how is this done?</description>
		<content:encoded><![CDATA[<p>that looks nice, i&#8217;ll definitely try it.<br />
but i can&#8217;t find out what is the usual way in php_soap to construct the correct parameters array..  i need to change some values in the envelope headers, how is this done?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesus</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2834</link>
		<dc:creator>Jesus</dc:creator>
		<pubDate>Thu, 05 Feb 2009 17:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2834</guid>
		<description>Hi Thy, 

Interesting hack.
I have one more interesting, ¿how to send mime attachments with the SOAP extension?

I have been looking for some info but there isn&#039;t any useful documents.
Do you think it would be possible?</description>
		<content:encoded><![CDATA[<p>Hi Thy, </p>
<p>Interesting hack.<br />
I have one more interesting, ¿how to send mime attachments with the SOAP extension?</p>
<p>I have been looking for some info but there isn&#8217;t any useful documents.<br />
Do you think it would be possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To.. &#124; PHP Soap call for WSDL Envelope and Payload &#124; How To Remove</title>
		<link>http://www.xillent.com/blog/codesharing/php-soap-call-for-wsdl-envelope-and-payload/#comment-2833</link>
		<dc:creator>How To.. &#124; PHP Soap call for WSDL Envelope and Payload &#124; How To Remove</dc:creator>
		<pubDate>Thu, 05 Feb 2009 09:37:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xillent.com/?p=89#comment-2833</guid>
		<description>[...] the original post: PHP Soap call for WSDL Envelope and Payload     Posted in How To.., Images on Feb 5th, 2009, 10:16 by [...] </description>
		<content:encoded><![CDATA[<p>[...] the original post: PHP Soap call for WSDL Envelope and Payload     Posted in How To.., Images on Feb 5th, 2009, 10:16 by [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
