Tom,
Thanks- I got a step further. Now the error is-
C:\>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/
servlet/rpcrouter list
Ouch, the call failed:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
My Tomcat server conf file has the flwg entry:
<Context path="/soap"
docBase="../../soap/webapps/soap"
crossContext="false"
debug="1"
reloadable="true" >
</Context>
TIA
Sanjay
-----Original Message-----
From: Tom Myers [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 19, 2001 10:15 AM
To: [EMAIL PROTECTED]
Subject: RE: Fix for NoSuchMethodError (Was Re: Urgent)
>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
**************************************************************************
The Information transmitted herewith is sensitive information intended only
for use to the individual or entity to which it is addressed. If the reader
of this message is not the intended recipient, you are hereby notified that
any review, retransmission, dissemination, distribution, copying or other
use of, or taking of any action in reliance upon, this information is
strictly prohibited. If you have received this communication in error,
please contact the sender and delete the material from your computer.