BUG INVOKING .NET WEB SERVICE .

  • 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




--
_______________________
Ing. Rodrigo Meneses
Arquitecto de Software
Vedantek
Telf. +58-212-952-5353
Fax. +58-212-952-7761
 
Could you post the code for the client and for the WebService?

Without more details it's really hard to say. Maybe you are using a wrong URL for the WebService call and get a regular web page. Then its in text/html content type format. Which could result in such an error.
 

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

Back
Top