> Rishi Khanna wrote:
> 
> Hi,
> 
> Can someone please help me in trying to figure out my problem. I am
> using Apach-Soap with Resin. I am trying to run the addressbook
> example, I have succesfully deployed it on the server but when I run
> GetAddress.java I am getting the following error.
> 
> Generated fault:
>   Fault Code   = SOAP-ENV:Client
>   Fault String = deployment error in SOAP service
> 'urn:AddressFetcher': class na
> me 'samples.addressbook.Address' could not be resolved:
> samples.addressbook.Address

Although it says SOAP-ENV:Client, I think the problem is that
the server is not able to find the Address class. It becomes a
client error because the server thinks your request is in error.
Note the "deployment error"

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

Reply via email to