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 "McDade, James (Jim)" <mc...@lucent.com> on 2000/10/12 23:23:55 UTC

samples.addressbook.Address could not be resolved.

I'm running apache soap on apache tomcat.
I have everything set up, but when I try to use a deployed sample, I get the
error in the subject.

java sample.addressbook.GetAddresss \
http://localhost:8080/xml-soap/rpcrouter.jsp "John B. Good"
>>date time Processing SOAP request...
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

the addressbook folder is in all relavent classpaths.

Thank you in advance,
Jim