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"?>
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org
soap/envelope/"><soapenv:Body><mem:GetMemberRes pons
REST OF SOAP MESSAGE HERE--
a
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessag
message, WebResponse response, Stream responseStream, Boolea
asyncCall
a
System.Web.Services.Protocols.SoapHttpClientProtoc ol.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:
On Tuesday, May 27, 2008 9:55 PM
robert112 wrote:
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"?>
<soapenv:Envelope xmlns:soapenv="
http://schemas.xmlsoap.org
soap/envelope/"><soapenv:Body><mem:GetMemberRes pons
REST OF SOAP MESSAGE HERE--
a
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessag
message, WebResponse response, Stream responseStream, Boolea
asyncCall
a
System.Web.Services.Protocols.SoapHttpClientProtoc ol.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/tutorials...zation-fo.aspx