On Wed, 2006-10-11 at 15:08 -0700, Dan Jemiolo (JIRA) wrote:
> 
> Can anyone comment on why the MIMEBoundary wrapper and some HTTP
>  headers seem to be in the POST data? I think this is what's causing
>  Xerces to fail when parsing the POST content into a DOM Document. This
>  may be a significant issue since most web services clients assume that
>  the only POST data in a SOAP response is the SOAP XML document.

I don't know whether anyone gave you an explanation .. the reason is
that we were defaulting to MTOM serialization being turned on- which
results in a message containing attachments. Your client was not paying
attention to the content type and doing the right thing (which is
probably true for most old clients). So we've changed the default.

Sanjiva.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to