Hello, I deployed a simple SOAP services and the deployment works fine, but I get the following error when I try to access the service from a client.
D:\ProJavaSoap\Chapter03\HelloWorld\WEB-INF\classes>java com.lesavon.test.HelloW orldClient com.lesavon.test.HelloWorldClient.main: Starting test... com.lesavon.test.HelloWorldClient.main: Call to getMessage returned a fault! Fault code: SOAP-ENV:Server Fault string: service 'urn:helloworld' unknown com.lesavon.test.HelloWorldClient.main: All done! Following is the message on the server console. SOAP Service Manager: Unable to read 'DeployedServices.ds': assuming fresh start The service is deployed properly. Here is the result of list from ServiceManagerClient. D:\ProJavaSoap\Chapter03\HelloWorld>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/helloworld/rpcrouter list Deployed Services: urn:helloworld Any thoughts !!!! Regards, Rajesh
