<?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: SOAP Server with PHP5 &#8211; part3: the glue code</title>
	<atom:link href="http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/feed" rel="self" type="application/rss+xml" />
	<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html</link>
	<description>Web Entrepreneur</description>
	<lastBuildDate>Wed, 03 Mar 2010 22:39:14 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ElMehdi</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-130560</link>
		<dc:creator>ElMehdi</dc:creator>
		<pubDate>Sat, 16 May 2009 22:13:58 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-130560</guid>
		<description>Hello,
Thank you for your tutorial : it&#039;s clean and well detailed.
Regards,
ElMehdi</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Thank you for your tutorial : it&#8217;s clean and well detailed.<br />
Regards,<br />
ElMehdi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-121011</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Fri, 13 Mar 2009 07:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-121011</guid>
		<description>Hey No Worries my code was abit wrong was missing a couple of ;; and $$ you know..

thanks for the great tutorial.

Cheers</description>
		<content:encoded><![CDATA[<p>Hey No Worries my code was abit wrong was missing a couple of ;; and $$ you know..</p>
<p>thanks for the great tutorial.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-121010</link>
		<dc:creator>Philip</dc:creator>
		<pubDate>Fri, 13 Mar 2009 07:09:06 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-121010</guid>
		<description>HI I have put together my server and client and wsdl files. As soon as i add more functions to my function file my client tthrows this error.

SoapFault exception: [Client] looks like we got no XML document in /usr/www/users/veriix/includes/Soap_client.php:5 Stack trace: #0 [internal function]: SoapClient-&gt;__call(&#039;age&#039;, Array) #1 /usr/www/users/veriix/includes/Soap_client.php(5): SoapClient-&gt;age(&#039;veri-b503xb-sa&#039;, &#039;28&#039;, &#039;lessthan&#039;) #2 {main} 

not sure why as soon as i blank out the new function i added all works well.


any ideas?

thanks</description>
		<content:encoded><![CDATA[<p>HI I have put together my server and client and wsdl files. As soon as i add more functions to my function file my client tthrows this error.</p>
<p>SoapFault exception: [Client] looks like we got no XML document in /usr/www/users/veriix/includes/Soap_client.php:5 Stack trace: #0 [internal function]: SoapClient-&gt;__call(&#8217;age&#8217;, Array) #1 /usr/www/users/veriix/includes/Soap_client.php(5): SoapClient-&gt;age(&#8217;veri-b503xb-sa&#8217;, &#8216;28&#8242;, &#8216;lessthan&#8217;) #2 {main} </p>
<p>not sure why as soon as i blank out the new function i added all works well.</p>
<p>any ideas?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiptieu</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-119123</link>
		<dc:creator>Kiptieu</dc:creator>
		<pubDate>Mon, 02 Mar 2009 20:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-119123</guid>
		<description>sorry this the error message:
Warning: SoapClient::SoapClient(http://localhost/tutorial/inventory.wsdl) [soapclient.soapclient]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\tutorial\client-test.php on line 3

Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity &quot;http://localhost/tutorial/inventory.wsdl&quot; in C:\wamp\www\tutorial\client-test.php on line 3

Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\tutorial\client-test.php on line 6</description>
		<content:encoded><![CDATA[<p>sorry this the error message:<br />
Warning: SoapClient::SoapClient(http://localhost/tutorial/inventory.wsdl) [soapclient.soapclient]: failed to open stream: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\tutorial\client-test.php on line 3</p>
<p>Warning: SoapClient::SoapClient() [soapclient.soapclient]: I/O warning : failed to load external entity &#8220;http://localhost/tutorial/inventory.wsdl&#8221; in C:\wamp\www\tutorial\client-test.php on line 3</p>
<p>Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\tutorial\client-test.php on line 6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kiptieu</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-119122</link>
		<dc:creator>Kiptieu</dc:creator>
		<pubDate>Mon, 02 Mar 2009 20:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-119122</guid>
		<description>I tried running your code in the tutorial zip folder and i am having the following error code.  Is there something i am not doing, I changed the following:

In the server file
$server = new SoapServer(&quot;c:/wamp/www/tutorial/inventory.wsdl&quot;);

In the client file:
$client = new SoapClient(&quot;http://localhost/tutorial/inventory.wsdl&quot;);

Any help pls.</description>
		<content:encoded><![CDATA[<p>I tried running your code in the tutorial zip folder and i am having the following error code.  Is there something i am not doing, I changed the following:</p>
<p>In the server file<br />
$server = new SoapServer(&#8221;c:/wamp/www/tutorial/inventory.wsdl&#8221;);</p>
<p>In the client file:<br />
$client = new SoapClient(&#8221;http://localhost/tutorial/inventory.wsdl&#8221;);</p>
<p>Any help pls.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten De Block</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-109889</link>
		<dc:creator>Maarten De Block</dc:creator>
		<pubDate>Fri, 19 Dec 2008 12:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-109889</guid>
		<description>Thank you very much!</description>
		<content:encoded><![CDATA[<p>Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali</title>
		<link>http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html/comment-page-1#comment-75165</link>
		<dc:creator>ali</dc:creator>
		<pubDate>Tue, 03 Jun 2008 14:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://jimmyzimmerman.com/blog/2007/02/soap-server-with-php5-part3-the-glue-code.html#comment-75165</guid>
		<description>first of all thanks its really nice Tutorial. i try to implement but its not working i put files in c:\php5\pear 
also i got this error 

WSDLSOAP-ERROR: Parsing WSDL: Couldn&#039;t load from &#039;datamodel.wsdl&#039; : failed to load external entity &quot;datamodel.wsdl&quot;

can u help me i am very greatfull to you

thanks</description>
		<content:encoded><![CDATA[<p>first of all thanks its really nice Tutorial. i try to implement but its not working i put files in c:\php5\pear<br />
also i got this error </p>
<p>WSDLSOAP-ERROR: Parsing WSDL: Couldn&#8217;t load from &#8216;datamodel.wsdl&#8217; : failed to load external entity &#8220;datamodel.wsdl&#8221;</p>
<p>can u help me i am very greatfull to you</p>
<p>thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
