At 09:36 PM 8/10/2001 +0800, ���� wrote:
>Hello soap-user
> I installed Apache Soap. And I configured my server like
> documents. And I can use server by Browser. But when I type
> a command,"java org.apache.soap.server.ServiceManagerClient
> http://localhost:8080/soap/servlet/rpcrouter list, into console,
> there is a error message that is
> "F:\jbuilder5\jakarta-tomcat-3.2.1\bin>java
>org.apache.soap.server.ServiceManager
> Client http://localhost:8080/soap/servlet/rpcrouter list
> Ouch, the call failed:
> Fault Code = SOAP-ENV:Server.Exception:
> Fault String = java.lang.NoSuchMethodError".
> How to resolve this problem?
>
http://xml.apache.org/soap/faq/faq_chawke.html#Q1_5
You almost certainly have another parser that's being picked up rather
than xerces.
Tom Myers