You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by "Zubenko, Vladimir" <vz...@trigon.com> on 2001/05/16 20:43:24 UTC

Apache soap content type issue

Hi, i've installed  apache servlet and all supporting jars on WebSphere Win
2000 running IIS 5, no firewall involved. But every attempt i do connecting
to rpcrouter servlet  i get this dump (any ideas why this might happen?):

Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol;
msg=Unsu
pported response content type "ext/xml; charset=utf-8", must be:
"text/xml".]
        at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:173)
        at org.apache.soap.rpc.Call.invoke(Call.java:210)
        at
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
erClient.java:127)
        at
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClie
nt.java:140)
        at
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:228)


Thanks a lot!!