Hi, there,
I am new for SOAP and just download all packages for soap and install them.
I can get the pages
of http://localhost:8080/soap/servlet/rpcrouter
and http://localhost:8080/soap/servlet/messagerouter. But I got the
exceptions when I used C:\>java java
org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter list Deployed Services:
The messages in client site said: Exception in thread "main" [SOAPException:
faultCode=SOAP-ENV:Client; msg=Unable to resolve namaspace URI for 'ns2'.;
targetException=java.lang.IllegalArgumentException:Unable to resolve
namaspace URI for 'ns2'.],
in servlet site (Tomcat3.2): SOAP Service Manager: Unable to read
'DeployedServices.ds': assuming fresh start.
I set xerces.jar in the very begining of my classpath.
Could you please give me some ideas how to solve the problems?
Thanks!
Chen