Hallo!
I have installed Soap2.2 and Tomcat4.0.
I have no Problem to do the following:
java org.apache.soap.server.ServiceManagerClient \
http://localhost:8080/soap/servlet/rpcrouter deploy
DeploymentDescriptor
java org.apache.soap.server.ServiceManagerClient \
http://localhost:8080/soap/servlet/rpcrouter list
But when I do
java samples.addressbook.GetAddress \
http://localhost:8080/soap/servlet/rpcrouter "John. B. Good"
I receive this message:
Generated fault:
Fault Code = SOAP-ENV:Client
Fault Sting = Deployment error in SOAP Service
'urn:AddressFetcher':
class name 'samples.addressbook.Address' could not
be resolved:
samples.addressbook.Address
Can anyone please help me.
Thanks very much
Wolfgang Suess