I am using the PEAR::SOAP routines and I need to figure out how to send a complex object to the soap server from the client.
Everything works fine when I am just building values in an array, but when I try to pass a complex object it isn't working, most likely because I'm not sure how to pass them.
The WSDL shows that I should be passing:
// Complex Type
<USER>
<LOGIN> = value
<PASSWORD> = value
</USER>
Thanks for your help!
Todd