[phpxmlrpc] I'm Lost with phpxmlrpc

Overpeer --- overpeer at gmail.com
Fri Feb 3 09:31:48 GMT 2006


Hello all in my first message to the list.

I'm trying implement a simple webservice with xml-rpc, I´m make the client
with phpxmlrpc on Apache2 on GNU/Linux.

The servers, is makes in Delphi and works OK, it send mi things like this:

<methodResponse>
<params>
<param>
<value><array>
<data>
<value><struct>
<member><name>ITI</name>
<value><string>311</string></value>
</member>
</struct></value>
<value><struct>
<member><name>ITI</name>
<value><string>310</string></value>
</member>
</struct></value>
<value><struct>
<member><name>ITI</name>
<value><string>312</string></value>
</member>
</struct></value>
</data>
</array></value>
</param>
</params>
</methodResponse>

Whats could be the logic structure to access the structures and arrays for
procesing the data?? I has read the documentation but i can't find examples
with clients and structures, and de commads explain don't be clear for me :|

A lot of thanks ;)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnomehack.com/pipermail/phpxmlrpc/attachments/20060203/e521c251/attachment.htm


More information about the phpxmlrpc mailing list