It's always better to pass the XML within the SOAP envelope than to send it as a string or as an attachment.
Anne
On 5/22/06,
Hoda Nadeem <[EMAIL PROTECTED]> wrote:
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 stringorb. Use SOAP with attachments to pass the XML through.Thanks.Nadeem
