error in web service... please help :(

  • Thread starter Thread starter Rodrigo Meneses
  • Start date Start date
R

Rodrigo Meneses

Whenever I invoke a method on my web service I got the following error
Client found response content type of 'text/html'
Does somebody know something?
Thanks
 
This is usually due to returning something other than a valid SOAP message.
A good place for this to happen is in a SOAP extension. Do you have any?
It's pretty hard to get this kind of error in an asmx page - how is your web
service hosted, and how are you testing it?

You can use a tracing tool to examine the message to and from the endpoint.
The MS SOAP Toolkit's Trace Utility or YATT are good free tools. If you can
afford $99, I'd definitely pick up a copy of Mindreef's SOAPscope.
 
Back
Top