<?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 5 SOAP Hacking</title>
	<atom:link href="http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/</link>
	<description>Thoughts on PHP, eBay, and too many technical topics for my family's liking.</description>
	<lastBuildDate>Tue, 29 Mar 2011 16:05:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Trachtenberg</title>
		<link>http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/comment-page-1/#comment-871</link>
		<dc:creator>Adam Trachtenberg</dc:creator>
		<pubDate>Sun, 13 Nov 2005 17:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/#comment-871</guid>
		<description>Darry --

I have never used the SOAPServer part of ext/soap, so unforunately I cannot help you. I suggest you make a small test case and report it as a bug.</description>
		<content:encoded><![CDATA[<p>Darry &#8211;</p>
<p>I have never used the SOAPServer part of ext/soap, so unforunately I cannot help you. I suggest you make a small test case and report it as a bug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daryl</title>
		<link>http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/comment-page-1/#comment-867</link>
		<dc:creator>Daryl</dc:creator>
		<pubDate>Sat, 12 Nov 2005 01:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/#comment-867</guid>
		<description>Hi Adam,

Have you had any luck using classmap to pass an array via PHP5 SOAP server? We&#039;re having trouble passing back a list of information. For example we&#039;d like to return a list of users in the userInfo data type:

       


We tested our listUsers function outside the SOAP server and it properly creates an array. However, our SOAP client reports that listUsers returns an empty array.

By the way, the listUsers function returns a class which constructs an array. We mapped that array class to the WSDL list via classmap. 

It seems like the array is not getting populated on the server side because we&#039;re missing a step in constructing an array class properly, or the array is not getting mapped to the list described in the WSDL. Classmap has worked for us for other complex data types, so the issue is specifically passing back an array represented in WSDL per the above.

Any ideas?

Thank you very much. 

Have a great weekend!

Best Regards,
Daryl
</description>
		<content:encoded><![CDATA[<p>Hi Adam,</p>
<p>Have you had any luck using classmap to pass an array via PHP5 SOAP server? We&#8217;re having trouble passing back a list of information. For example we&#8217;d like to return a list of users in the userInfo data type:</p>
<p>We tested our listUsers function outside the SOAP server and it properly creates an array. However, our SOAP client reports that listUsers returns an empty array.</p>
<p>By the way, the listUsers function returns a class which constructs an array. We mapped that array class to the WSDL list via classmap. </p>
<p>It seems like the array is not getting populated on the server side because we&#8217;re missing a step in constructing an array class properly, or the array is not getting mapped to the list described in the WSDL. Classmap has worked for us for other complex data types, so the issue is specifically passing back an array represented in WSDL per the above.</p>
<p>Any ideas?</p>
<p>Thank you very much. </p>
<p>Have a great weekend!</p>
<p>Best Regards,<br />
Daryl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andi Gutmans</title>
		<link>http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/comment-page-1/#comment-846</link>
		<dc:creator>Andi Gutmans</dc:creator>
		<pubDate>Sat, 22 Oct 2005 00:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.trachtenberg.com/blog/2005/10/21/php-5-soap-hacking/#comment-846</guid>
		<description>If you have a simple reproducing script that accesses a public service I can take a look at it. Post it or email it to me.
</description>
		<content:encoded><![CDATA[<p>If you have a simple reproducing script that accesses a public service I can take a look at it. Post it or email it to me.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

