Hi Yiyi!

> (Tomcat3.2): SOAP Service Manager: Unable to read 
> 'DeployedServices.ds': assuming fresh start.

This is ok. Tomcat deploys the SOAP.war

For the other problem I suppose to add the classpath to the java-call.
Just put all jars to the cp that you think your application needs. Here
is a part of my testit.cmd:

set
cp=D:\jakarta-tomcat-4.0-b6\lib\xerces.jar;D:\jakarta-tomcat-4.0-b6\lib\
soap.jar;D:\jakarta-tomcat-4.0-b6\lib\activation.jar;D:\jakarta-tomcat-4
.0-b6\lib\mail.jar;D:\jakarta-tomcat-4.0-b6\lib\smtp.jar;D:\jakarta-tomc
at-4.0-b6\lib\jaxp.jar;D:\jakarta-tomcat-4.0-b6\lib\xerces.jar;

java -cp %cp% org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter list

could solve your problem, I'm not sure...

Frederik. 
-----Ursprüngliche Nachricht-----
Von: Chen, Yiyi [mailto:[EMAIL PROTECTED]]
Gesendet: Mittwoch, 22. August 2001 14:43
An: [EMAIL PROTECTED]
Betreff: namespace URI


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

Reply via email to