At 03:38 PM 7/2/2001 +0200, Chiranjeevi Paruchur wrote:
... Fault String = Deployment error in SOAP service 'urn:AddressFetcher': class na
>me 'samples.addressbook.Address' could not be resolved: samples.addressbook.Addr
>ess
>
>MY CLIENT CLASSPATH
>
>Client
>CLASSPATH=/opt/colada/soap-2_2/lib/soap.jar:/opt/colada/javamail/mail.jar:/opt/c
>olada/jaf/activation.jar:/opt/colada/xerces-1_4_1/xerces.jar:/opt/tomcat/lib/:/o
>pt/java1.3/tools.jar:.:/opt/colada/soap-2_2
>
>
>MY SERVER CLASSPATH
>
>Sever CLASSPATH=/opt/colada/soap-2_2/lib/soap.jar:/opt/colada/javamail/mail.jar:/opt/c
>olada/jaf/activation.jar:/opt/colada/xerces-1_4_1/xerces.jar:/opt/tomcat/lib/
The Address class is in soap-2_2/samples/addressbook/Address.class, and is needed by
both client and server code. Your client path contains /opt/colada/soap-2_2, but the
server does not. (or maybe I'm just not seeing something, again.)
Tom Myers