Our environment is a C# WinForms client and java server (WebLogic 10.0).
We're getting this error on the client side when retrieving a document:
WSE839: An HTTP response was received that used the following content type:
text/xml; charset="utf-8". The following content type was expected:
multipart/related; type=application/xop+xml.
Has anyone seen this? We're using Soap12.
Hi,
I have the same problem but with Axis2 Web Service and C#/WSE 3.0 client.
My service accepts MTOM upload requests and
replies with plain NO MTOM responses.
Have You found any solution?
Thanks
> Our environment is a C# WinForms client and java server (WebLogic 10.0).
> We're getting this error on the client side when retrieving a document:
[quoted text clipped - 4 lines]
>
> Has anyone seen this? We're using Soap12.
jesse - 23 Oct 2007 14:51 GMT
No we never figured it out. We changed our application to communicate with a
servlet to upload and download files.
> Hi,
> I have the same problem but with Axis2 Web Service and C#/WSE 3.0 client.
[quoted text clipped - 13 lines]
> >
> > Has anyone seen this? We're using Soap12.