logo       

Re: NuSOAP client accepting XML: msg#00029

php.nusoap.general

Subject: Re: NuSOAP client accepting XML

Although your message does not say, the subject implies that the XML document
will be returned from the call (not sent to it). Is that correct?

soapclient::call will return the document as an associative array, with element
names as keys and character data as values. Namespace and attribute
information will be gone.

However, your code can access the original SOAP payload. After
soapclient::call returns, soapclient::responseData will contain the payload as
a string. You can parse that if you want to work with the XML directly.

Scott Nichol

Do not send e-mail directly to this e-mail address,
because it is filtered to accept only mail from
specific mail lists.
----- Original Message -----
From: "Chris Boget" <chris@xxxxxxxx>
To: <nusoap-general@xxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, April 08, 2004 12:58 PM
Subject: [Nusoap-general] NuSOAP client accepting XML


Could someone point me to an example/tutorial of setting
up a client (using wsdl) where the body of the soap envelope
will contain (only) a XML document. I can parse the XML
document well and fine. I'm just having a difficult time visualising
how to set up such a NuSOAP client (using wsdl).

thnx,
Chris



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise