You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Tiago Fernandes Thomaz <ti...@optimus.pt> on 2002/03/21 21:24:34 UTC

Is it possible?

I'm finding some trouble on sending a request via XML.
Can I encode my xml request as a String which will be in turn encoded in a
SOAP envelope and then parse it on the server side? If so what API's are
there to parse my xml string-like request?
Look forward to hear from you.
The xml string would look like this:
String sXML = "<MethodName><Param01 type1=string>value1</Param01><Param02
type2=int>value2</Param02><Param03
type3=arrayString>value3</Param03></MethodName>"; 
Thanx!
Tiago Fernandes Thomaz