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 "PRAKASH,RAJESH (Non-HP-PaloAlto,ex1)" <ra...@non.hp.com> on 2002/05/10 23:41:48 UTC

Unable to read the DeployedServices.ds

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