I'm Lost with phpxmlrpc
Overpeer --- <[email protected]> Fri, 3 Feb 2006 10:31:48 +0100
| Newsgroups | gmane.comp.php.xml-rpc |
|---|---|
| Message-ID | <[email protected]> |
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 ;) _______________________________________________ phpxmlrpc mailing list [email protected] http://lists.usefulinc.com/cgi-bin/mailman/listinfo/phpxmlrpc