Hi shanthi,
In case you are using apache soap2.0 and xerces1.4.3 parser, maybe you should cross
check on the following things:
1. CLASSPATH contains:
location of soap.jar, xerces.jar and location of your java classes(i.e. you client
and server side applications)
2. JAVA_HOME contains home directory of your java installation i.e. in my case it was
c:\jdk1.3
3. If the above doesn't work maybe you could try reinstalling soap and xerces because
your jar files might be corrupted.
4. And yeah there's a great link for all this where step by step information is given
how to go about everything. Do have a look at it.
http://www.java-pro.com/upload/free/features/javapro/2001/04apr01/prs0104/prs0104-1.asp
regards,
Siddharth.
On Thu, 04 Oct 2001 Shanthi Nellaiappan wrote :
> All,
> I have set up as per the instruction. The ur
> http://localhost:8080/soap/servlet/messagerouter prints
> "Sorry, I don't
> speak via HTTP GET- you have to use HTTP POST to talk
> to me.". That
> means server is set up correctly. But When I try to
> verify teh
> client-server set up by running the foll command
>
> C:\soap-2_2>java org.apache.soap.server.ServiceManagerCl-
> ient
> http://localhost:8080/soap/servlet/messagerouter list
> I am getting the foll err
>
> Ouch, the call failed:
> Fault Code = SOAP-ENV:Server.Exception:
> Fault String = java.lang.NoSuchMethodError
>
> Could any one tell how to fix this?
>
> Thanks In Advance,
> shanthi
>