views:

5

answers:

0

Hello, I was trying to connect to a fax web service, so that I can access the features of the fax server... This web service is a "wsdl" file accessed through tomcat server, it is under the "webapps" folder. when I try to call the web service using http, I face the following problem: Client found response content type of '', but expected 'text/xml'; this is in the case I remove the "redirectport" tag under the connector tag on port 8080 from the server.xml file in the Tomcat configuration. I can open the wsdl file from my browser. How should I proceed to find a sloution?