Hi,
Am getting the following error when trying to run the addressbook sample
with SOAP2.2.
My coomand line is:
C:\soap-2_2>javasamples.addressbook.GetAddress
http://localhost:8080/soap/servlet/rpcrouter "John B. Good"
The error is:
Generated fault:
Fault Code = SOAP-ENV:Server
Fault String = service 'urn:AddressFetcher' unknown
If I run the testit.bat, I get a bit more info, it returns:
C:\Development\soap-2_2\samples\addressbook>java -classpath
c:\development\soap-2_2 samples.addressbook.GetAddress
http://localhost:8080/soap/servlet/rpcrouter "John B. Good"
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
So I'm guessing my classpath is wrong. Thanks in advance for any help or
suggestions.
Dylan.