You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by "Dr. Wolfgang Suess" <su...@iai.fzk.de> on 2001/10/24 12:28:23 UTC

soap2.2 and Tomcat4.0 problem with addressbook example

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