Hi,
I'm Rocker Lee.
I intalled SOAP tool kit and tested to find an
error.
When I use web browser to view, "http://localhost:8080/apache-soap/servlet/rpcrouter",
which showed normal message in install guide.
But I tried org.apache.soap.server.ServiceManagerClient, then
" Ouch, the call failed:
Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError " message appeared.
My system is
TOMCAT 3.2.2.
SOAP 2.2
bsf2.2
activation 1.0.1
javamail 1.2
I used command like
java -classpath
C:\jdk1.3.1\lib\tools.jar;.;C:\jakarta-tomcat-3.2.2\lib\xerces.jar;C:\soap-2_2\lib\soap.jar;C:\jakarta-tomcat-3.2.2\lib\activation.jar;C:\jakarta-tomcat-3.2.2\lib\mail.jar;C:\soap-2_2\webapps\soap.war
org.apache.soap.server.ServiceManagerClient http://localhost:8080/apache-soap/servlet/rpcrouter
list
What is the reason?
|
- Re: I met an error 이강희
- Re: I met an error Bo-Myung Kim