My Trouble with SOAP and TOMCAT! Help Me.
843834Mar 25 2002 — edited Sep 4 2002Hello.
I can't get SOAP client examples to work.
I have JDK1.4.0 installed and working.
I have Tomcat3.3 installed and working.
I have SOAP2.0 installed and the soap.war file
copied into the Tomcat webapps directory.
On restarting Tomcat, I can access the SOAP
admin page and get the usual (good) error message
when I access the rpcrouter and message pages.
I have the paths to soap.jar, mail.jar, activation,jar, and xerces.jar set in my CLASSPATH, as well as the soap directory in general to run the samples.
But when I try to run a sample, like the AddressBook, from the command line, run the batch file "testit.bat".I got the fault information just below:
Generated fault:
Fault Code = SOAP-ENV:Client
Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class name 'samples.addressbook.Address' could not be resolved: samples.addressbook.Address
Please help me,thx. I'm in trouble.
Thanks again.