It's 2.0.0.beta. Is it fine?
> -----Original Message-----
> From: Ding, Chengmin [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 9:41 AM
> To: '[EMAIL PROTECTED]'
> Subject: RE: namespace URI
>
> Which version of xerces.jar are you using? Version 1.3.1 doesn't work
> properly.
>
> -Chengmin
>
> -----Original Message-----
> From: Chen, Yiyi [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 22, 2001 8:43 AM
> To: [EMAIL PROTECTED]
> Subject: 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