<?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: Consuming a J2EE Web Service with PHP SOAP</title>
	<atom:link href="http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/feed/" rel="self" type="application/rss+xml" />
	<link>http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/</link>
	<description>Programming and Game Development</description>
	<lastBuildDate>Mon, 02 Apr 2012 20:01:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Maarten</title>
		<link>http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/comment-page-1/#comment-464</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=303#comment-464</guid>
		<description>any hints as how to create xml elements like
 with php using the soap interface?

I have a php interface to a soap server where some calls use this conscruct during a update of a entity.</description>
		<content:encoded><![CDATA[<p>any hints as how to create xml elements like<br />
 with php using the soap interface?</p>
<p>I have a php interface to a soap server where some calls use this conscruct during a update of a entity.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam</title>
		<link>http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/comment-page-1/#comment-389</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Fri, 04 Sep 2009 18:58:22 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=303#comment-389</guid>
		<description>@Ashwin:
No problem, glad I could help.</description>
		<content:encoded><![CDATA[<p>@Ashwin:<br />
No problem, glad I could help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/comment-page-1/#comment-388</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Fri, 04 Sep 2009 18:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=303#comment-388</guid>
		<description>I was able to make progress, but I ended up modifying the web service method signature to accept a string instead of an XmlDocument (.NET specific), since I could not figure out how to send the equivalent object from PHP. Your article was still very insightful and gave me a push in the right direction. Thanks.</description>
		<content:encoded><![CDATA[<p>I was able to make progress, but I ended up modifying the web service method signature to accept a string instead of an XmlDocument (.NET specific), since I could not figure out how to send the equivalent object from PHP. Your article was still very insightful and gave me a push in the right direction. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cam</title>
		<link>http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/comment-page-1/#comment-387</link>
		<dc:creator>cam</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=303#comment-387</guid>
		<description>@Ashwin:
I think it&#039;s pretty much your only option.  I looked around a bit for other SOAP libraries, and the only other one I found, NuSOAP, doesn&#039;t seem to be actively maintained anymore, so the built-in SOAP module is your best bet.</description>
		<content:encoded><![CDATA[<p>@Ashwin:<br />
I think it&#8217;s pretty much your only option.  I looked around a bit for other SOAP libraries, and the only other one I found, NuSOAP, doesn&#8217;t seem to be actively maintained anymore, so the built-in SOAP module is your best bet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashwin</title>
		<link>http://cdmckay.org/blog/2009/03/05/consuming-a-j2ee-web-service-with-php-soap/comment-page-1/#comment-386</link>
		<dc:creator>Ashwin</dc:creator>
		<pubDate>Thu, 03 Sep 2009 15:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://couchware.ca/blogs/cam/?p=303#comment-386</guid>
		<description>Nice article Cameron. My requirement is about consuming a .NET web service from PHP via SOAP. The .NET web method (or web service method) accepts an XMLDocument as a single method parameter. The web method must process the contents of the XMLDocument and respond indicating success or failure. I have created the .NET web service method and the WSDL is auto-generated. Do you think I am at a good starting point to adopt PHP Soap module and achieve my goal?

Thanks.

Ashwin</description>
		<content:encoded><![CDATA[<p>Nice article Cameron. My requirement is about consuming a .NET web service from PHP via SOAP. The .NET web method (or web service method) accepts an XMLDocument as a single method parameter. The web method must process the contents of the XMLDocument and respond indicating success or failure. I have created the .NET web service method and the WSDL is auto-generated. Do you think I am at a good starting point to adopt PHP Soap module and achieve my goal?</p>
<p>Thanks.</p>
<p>Ashwin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

