Hi All,
I am also getting the same error like most of them when ever I run the samples of APACHE-Soap on Jrun3.0.
D:\soap-2_2>java samples.addressbook.GetAddress http://localhost:8100/soap/servlet/rpcrouter "John B . Good"
Generated fault:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
I already read the posted solutions.I followed all instructions like xerces1.3.0 etc Still I am getting the same problem.
I am sending the classpaths for server as well as My systemPath
MysystemPath:D:\xerces-1_3_0\xerces.jar;D:\soap-2_2\lib\soap.jar;D:\soap-2_2;E:\jdk1.3\lib\dt.jar;E:\jdk1.3\lib\tools.jar;E:\jdk1.3\lib\servlet.jar;D:\JRun3.0\lib\ext\activation.jar;D:\JRun3.0\lib\ext\mail.jar;D:\bsf.jar;.;
jrun-default.bat
MyserverPath
@echo off
set classpath=D:\xerces-1_3_0\xerces.jar;D:\soap-2_2\lib\soap.jar;D:\soap-2_2;D:\JRun3.0\lib\ext\activation.jar;D:\JRun3.0\lib\ext\mail.jar;D:\bsf.jar;%classpath%;
start jrun -start default
My apache-SOAP samples are in D:\soap-2_2;
Can Any body help in resolving this problem
Thanks&Regards
Prasad