I have a requirement that the parameters we send to/from our SOAP service are themselves XML
"documents" or "strings". Question: Can I send an XML string as a SOAP service parameter,
e.g. suppose I wanted this string to be available as parameter 1 to my web services method:
 
<order>
<id>1234</id>
<name>foo</foo>
</order>
 
 
Would this confuse SOAP with the angle brackets? What XMLType would I use for such
a parameter? I'm having difficulty finding a list of all the legal parameter types, pointers appreciated.
Thanks ahead of time.
 

Reply via email to