When dealing with raw xml data that needs to be passed through web services (the XML schemas are complicated and big enough that we are not including the types in the WSDL explicitly), is it better to:
 
a. Pass the XML in a doc-literal web service through a string
 
or
 
b. Use SOAP with attachments to pass the XML through.
 
Thanks.
 
Nadeem

Reply via email to