A couple ideas... make sure it's listed as one of the methods in your
deployment, and make sure the method is public.
-Ryan
-----Original Message-----
From: Madhav Inamti [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 11, 2001 12:00 PM
To: '[EMAIL PROTECTED]'
Subject: SOAP Fault ..
Folks,
I had installed SOAP 2.2 ( Apache Web Server and Tomcat ) on my machine and
everything was working fine until recently.
Now when I try to deploy services, I get the following
Fault Code = SOPA-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
I am running
java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter
<http://localhost:8080/soap/servlet/rpcrouter> deploy
DeploymentDescriptor.xml
Using the TcpTunnelMonitor, I did see the SOAP mesage being sent to the
server. I have xerces.jar ( Xerces 1.4.3 ) as the first thing in my
classpath
Any ideas as to what could be wrong ?
Thanks,
Madhav