For Programmers: Free Programming Magazines  


Home > Archive > PHP Pear > May 2005 > How to piece together a SOAP_Value object, Dyn/Lit request









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author How to piece together a SOAP_Value object, Dyn/Lit request
rc@tenerife-direct.com

2005-05-05, 3:57 pm

Hi

Maybe someone can steer me in the right direction.

I am trying to make soap request using PEAR::SOAP to a Dynamic/Literal
type soap server that has no WSDL. This accommodations server has plenty
of services and I'd like to build an extensible way to make different
requests through PEAR::SOAP. My idea was to have a base soap_value which
contains the base xml tree structure required for a legal request
(authentication etc.) and then insert another soap_value with a specific
request into the base soap_value tree, all SOAP_Value(s) being objects.
Then, of course, send the request with the updated SOAP_Value.

Does anyone know if there is something built into PEAR::SOAP that can help
with this? Or do I need to figure out how to loop through the soap_value
object to insert the extended request? Or I am I going about this the
wrong way?

I am new to objects and any help would greatly be appreciated.

Regards,
Roland
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com