Web Service returning wrong content type of text/plain

R

robert112

Hi All,
I have a .net WSE 3.0 Web Service acting as a client calling a j2EE
web Service. The service works when I call it using a client program
called soapUI (which is free to download) but when using the .net
client it bombs out with:

System.InvalidOperationException: Client found response content type
of 'text/plain', but expected 'text/xml'.
The request failed with the error message:
--
HTTP/1.1 100 Continue

<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/
soap/envelope/"><soapenv:Body><mem:GetMemberResponse
REST OF SOAP MESSAGE HERE--.
at
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean
asyncCall)
at
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters)
at MemberServiceWse.getMember(GetMemberRequestMember[]
GetMemberRequest) in \Reference.cs:line 80
at
I have had to strip out a lot from the error message to retain
confidentiality but basically the whole and correct soap message
returns in this exception but it just complains that the encoding is
wrong. SoapUI claims the encoding is of type text/xml but .net says
its text/plain
I have created a soap Extension and put a break point on the
ProcessMessage method and when the ProcessMessage's "Stage" is in
Before DeSerialize I can see that the content type is infact text/
plain.

I have googled this for 3 days now with no luck. Any ideas?
 
S

Sowmya J

Hi,

I m also getting the same error when trying to get the response from a Webservice. Did you find any solution for this. Please reply if you have found out any solution



robert112 wrote:

Web Service returning wrong content type of text/plain
27-May-08

Hi All
I have a .net WSE 3.0 Web Service acting as a client calling a j2E
web Service. The service works when I call it using a client progra
called soapUI (which is free to download) but when using the .ne
client it bombs out with

System.InvalidOperationException: Client found response content typ
of 'text/plain', but expected 'text/xml'
The request failed with the error message
-
HTTP/1.1 100 Continu

<?xml version="1.0" encoding="utf-8"?&gt
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org
soap/envelope/"><soapenv:Body><mem:GetMemberRespons
REST OF SOAP MESSAGE HERE--
a
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessag
message, WebResponse response, Stream responseStream, Boolea
asyncCall
a
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(Strin
methodName, Object[] parameters
at MemberServiceWse.getMember(GetMemberRequestMember[
GetMemberRequest) in \Reference.cs:line 8
a
I have had to strip out a lot from the error message to retai
confidentiality but basically the whole and correct soap messag
returns in this exception but it just complains that the encoding i
wrong. SoapUI claims the encoding is of type text/xml but .net say
its text/plai
I have created a soap Extension and put a break point on th
ProcessMessage method and when the ProcessMessage's "Stage" is i
Before DeSerialize I can see that the content type is infact text
plain

I have googled this for 3 days now with no luck. Any ideas?

Previous Posts In This Thread:

Web Service returning wrong content type of text/plain
Hi All
I have a .net WSE 3.0 Web Service acting as a client calling a j2E
web Service. The service works when I call it using a client progra
called soapUI (which is free to download) but when using the .ne
client it bombs out with

System.InvalidOperationException: Client found response content typ
of 'text/plain', but expected 'text/xml'
The request failed with the error message
-
HTTP/1.1 100 Continu

<?xml version="1.0" encoding="utf-8"?&gt
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org
soap/envelope/"><soapenv:Body><mem:GetMemberRespons
REST OF SOAP MESSAGE HERE--
a
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessag
message, WebResponse response, Stream responseStream, Boolea
asyncCall
a
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(Strin
methodName, Object[] parameters
at MemberServiceWse.getMember(GetMemberRequestMember[
GetMemberRequest) in \Reference.cs:line 8
a
I have had to strip out a lot from the error message to retai
confidentiality but basically the whole and correct soap messag
returns in this exception but it just complains that the encoding i
wrong. SoapUI claims the encoding is of type text/xml but .net say
its text/plai
I have created a soap Extension and put a break point on th
ProcessMessage method and when the ProcessMessage's "Stage" is i
Before DeSerialize I can see that the content type is infact text
plain

I have googled this for 3 days now with no luck. Any ideas?


Submitted via EggHeadCafe - Software Developer Portal of Choice
Database Normalization For Developers
http://www.eggheadcafe.com/tutorial...5-1283294e3e1c/database-normalization-fo.aspx
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top