Hi!
I'm trying to config Soap2.3 with tomcat 4.0.5,xerces 1.4.4..
I could configure the SOAP engine on Tomcat and deploy the SOAP service using
the ADMIN interface using the browser .
However when I ran the following command at the command promt :
C:\>java org.apache.soap.server.ServiceManagerClient <http://localhost:8080/soap/>
servlet/rpcrouter list
I got the following error :
Exception in thread "main" java.lang.NoSuchMethodError
at org.apache.soap.util.xml.QName.<init>(QName.java:80)
at org.apache.soap.util.xml.QName.matches(QName.java:146)
at org.apache.soap.Envelope.unmarshall(Envelope.java:237)
at org.apache.soap.rpc.Call.invoke(Call.java:273)
at org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManag
erClient.java:129)
at org.apache.soap.server.ServiceManagerClient.list(ServiceManagerClient
.java:151)
at org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient
.java:237)
S.O.S i need help!
Title: Problem with Soap 2.3 + Tomcat 4.05. + Xerces 1.4.4