You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Tim Almdal <Ti...@accessbc.com> on 2001/02/12 17:51:40 UTC

Unsupported Response Protocol "ext/xml ..." must be "text/xml"

I have IIS 5.0 set up on Windows 2000 professional with Tomcat installed as
an NT Service.

I have a simple SOAP service which returns the date/time on the server.

I have 2 clients set up, one using Java and one using VB and SOAP 2.0.

If I send the request to the port 8080
(http://localhost:8080/soap/servlet/rpcrouter), both clients work perfectly.

If I remove the port from the target
URL(http://localhost/soap/servlet/rpcrouter), the VB client continues to
work and the Java client chokes with 'Caught SOAPException
(SOAP-ENV:Protocol): Unsupported response content type "ext/xml;
charset=utf-8", must be: "text/xml".'

Any thoughts?

Thanks
Tim