You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Budi Wiyono <bu...@idola.net.id> on 2000/08/09 14:59:33 UTC

Service Deployment Procedure

Hi All,

I'm running:
samples.addressbook.GetAddress
http://mysoapserver:8080/xml-soap/rpcrouter/rpcrouter.jsp "John B. Good"

But I cannot get the corect result.

I'm confused how the SOAP server get my AddressBook.class and AddressBook's
Data File.
What should i do to deploy new service, and necesary another support file
(eg. data file).

The error msg bellow.

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

Best Regards,
BDW