>From: Bahal, Sanjay [mailto:[EMAIL PROTECTED]]
...
>I have an install/test problem:
>I just installed Soap and am trying to run it with apache. I have followed
>the install instructons. The server test works fine but when I run the
>client test it errors out:
>C:\>java org.apache.soap.server.ServiceManagerClient
>http://localhost:8080/soap/ rpcrouter list
>Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Protocol;
>msg=Unsupported response content type "text/html", must be: "text/xml".
>Response was:
><head><title>Not Found (404)</title></head>
><body><h1>Not Found (404)</h1>
><b>Original request:</b> /soap/rpcrouter<br><br>
><b>Not found request:</b> /soap/rpcrouter</body>
>]
why are you looking for http://localhost:8080/soap/rpcrouter ? The
default location for this is
http://localhost:8080/soap/servlet/rpcrouter
and the "Not Found" message from Tomcat certainly makes sense if
you're looking for something that's actually somewhere else....
Are you sure you put it at soap/rpcrouter?
Tom Myers