<?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: Dilbert a day with PHP, SOAP using NUSOAP</title> <atom:link href="http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap/feed" rel="self" type="application/rss+xml" /><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap</link> <description>Design &#38; Technology Observations</description> <lastBuildDate>Wed, 09 May 2012 20:59:10 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: holepuncher</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-12</link> <dc:creator>holepuncher</dc:creator> <pubDate>Fri, 08 Jun 2007 09:12:34 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-12</guid> <description>makes:  Try making sure all your &#039; &quot; are not special characters.Once I fixed that though, I got the same problem as roberto.</description> <content:encoded><![CDATA[<p>makes:  Try making sure all your ' " are not special characters.</p><p>Once I fixed that though, I got the same problem as roberto.</p> ]]></content:encoded> </item> <item><title>By: Geoff</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-11</link> <dc:creator>Geoff</dc:creator> <pubDate>Thu, 09 Mar 2006 12:04:23 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-11</guid> <description>Roberto, I get the same thing.  if I do a print_r on $imgPath, I get &quot;
Array
(
[faultcode] =&gt; soap:Client
[faultstring] =&gt; System.Web.Services.Protocols.SoapException: Unable to handle request without a valid action parameter. Please supply a valid soap action.
at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.Initialize()
at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean&amp; abortProcessing)
[detail] =&gt;
)
&quot; </description> <content:encoded><![CDATA[<p>Roberto, I get the same thing.  if I do a print_r on $imgPath, I get "<br
/> Array<br
/> (<br
/> [faultcode] =&gt; soap:Client<br
/> [faultstring] =&gt; System.Web.Services.Protocols.SoapException: Unable to handle request without a valid action parameter. Please supply a valid soap action.<br
/> at System.Web.Services.Protocols.Soap11ServerProtocolHelper.RouteRequest()<br
/> at System.Web.Services.Protocols.SoapServerProtocol.Initialize()<br
/> at System.Web.Services.Protocols.ServerProtocolFactory.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean&amp; abortProcessing)<br
/> [detail] =&gt;<br
/> )<br
/> "</p> ]]></content:encoded> </item> <item><title>By: Rajesh</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-10</link> <dc:creator>Rajesh</dc:creator> <pubDate>Wed, 27 Jul 2005 02:33:21 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-10</guid> <description>HiI copied the code given above and pasted in my own created file called dilbert.php. Copied the nusoap class from the given path. but when i try to excute the script it shows nothing rather than a blank page without any error message.Please help me to sort it out.
Thanks </description> <content:encoded><![CDATA[<p>Hi</p><p>I copied the code given above and pasted in my own created file called dilbert.php. Copied the nusoap class from the given path. but when i try to excute the script it shows nothing rather than a blank page without any error message.</p><p>Please help me to sort it out.<br
/> Thanks</p> ]]></content:encoded> </item> <item><title>By: Roberto Andrade</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-9</link> <dc:creator>Roberto Andrade</dc:creator> <pubDate>Thu, 12 May 2005 11:52:17 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-9</guid> <description>I just get:Daily DilbertI mean:&lt;p&gt;&lt;img src=&quot;&quot; alt=&quot;Daily Dilbert&quot; /&gt;&lt;/p&gt;on Fedora Linux.Any sugestion?TIA
Roberto </description> <content:encoded><![CDATA[<p>I just get:</p><p>Daily Dilbert</p><p>I mean:</p><p>&lt;p&gt;&lt;img src="" alt="Daily Dilbert" /&gt;&lt;/p&gt;</p><p>on Fedora Linux.</p><p>Any sugestion?</p><p>TIA<br
/> Roberto</p> ]]></content:encoded> </item> <item><title>By: sniptools</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-8</link> <dc:creator>sniptools</dc:creator> <pubDate>Sat, 30 Apr 2005 16:32:39 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-8</guid> <description>You seem to have two semi-colons to end that statement. Try removing it. </description> <content:encoded><![CDATA[<p>You seem to have two semi-colons to end that statement. Try removing it.</p> ]]></content:encoded> </item> <item><title>By: makes</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-7</link> <dc:creator>makes</dc:creator> <pubDate>Fri, 29 Apr 2005 02:12:48 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-7</guid> <description>Tried the code, but get this error:
Parse error: syntax error, unexpected T_STRING in c:\wamp\www\soap\dilbert.php on line 13which is:
$namespace=&quot;&lt;a href=&quot;http://tempuri.org/DailyDilbertImagePath&quot; rel=&quot;nofollow&quot;&gt;&lt;a href=&quot;http://tempuri.org/DailyDilbertImagePath&quot; rel=&quot;nofollow&quot;&gt;http://tempuri.org/DailyDilbertImagePath&quot;&lt;/a&gt;&lt;/a&gt;;;Any suggestions?
Thanks. </description> <content:encoded><![CDATA[<p>Tried the code, but get this error:<br
/> Parse error: syntax error, unexpected T_STRING in c:\wamp\www\soap\dilbert.php on line 13</p><p>which is:<br
/> $namespace="<a
href="http://tempuri.org/DailyDilbertImagePath" rel="nofollow"></a><a
href="http://tempuri.org/DailyDilbertImagePath" rel="nofollow"></a><a
href="http://tempuri.org/DailyDilbertImagePath" rel="nofollow">http://tempuri.org/DailyDilbertImagePath</a>";;</p><p>Any suggestions?<br
/> Thanks.</p> ]]></content:encoded> </item> <item><title>By: Matt</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-6</link> <dc:creator>Matt</dc:creator> <pubDate>Sat, 09 Apr 2005 05:13:19 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-6</guid> <description>IF you&#039;ll notice, the server-side (SOAP server) is a .NET web service running on a totally different server. Chances are that they aren&#039;t going to give you their code. This PHP just calls that service. </description> <content:encoded><![CDATA[<p>IF you'll notice, the server-side (SOAP server) is a .NET web service running on a totally different server. Chances are that they aren't going to give you their code. This PHP just calls that service.</p> ]]></content:encoded> </item> <item><title>By: Daniele</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-5</link> <dc:creator>Daniele</dc:creator> <pubDate>Mon, 04 Apr 2005 23:29:55 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-5</guid> <description>Shanx, this is not server side code, this is client side. We&#039;re talking about web services, not about what php is :-) </description> <content:encoded><![CDATA[<p>Shanx, this is not server side code, this is client side. We're talking about web services, not about what php is <img
src="http://sniptools.com/cms/wp-includes/images/smilies/icon_smile.gif?348443" alt=':-)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: sniptools</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-4</link> <dc:creator>sniptools</dc:creator> <pubDate>Sat, 08 Jan 2005 08:21:48 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-4</guid> <description>Danny, this *is* already server side code. It&#039;s PHP. </description> <content:encoded><![CDATA[<p>Danny, this *is* already server side code. It's PHP.</p> ]]></content:encoded> </item> <item><title>By: Danny</title><link>http://sniptools.com/vault/dilbert-a-day-with-php-soap-using-nusoap#comment-3</link> <dc:creator>Danny</dc:creator> <pubDate>Fri, 07 Jan 2005 20:48:20 +0000</pubDate> <guid
isPermaLink="false">http://sniptools.com/cms/?p=4#comment-3</guid> <description>Thats pretty cool, can you post the server side code, I&#039;m very interested to see how that works as well. Thanks.</description> <content:encoded><![CDATA[<p>Thats pretty cool, can you post the server side code, I'm very interested to see how that works as well. Thanks.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 6/8 queries in 0.003 seconds using disk: basic
Object Caching 584/584 objects using disk: basic

Served from: www.sniptools.com @ 2012-05-21 20:30:49 -->
