Why don't you import the schema into the WSDL?
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 string
 
or
 
b. Use SOAP with attachments to pass the XML through.
 
Thanks.
 
Nadeem

Reply via email to