You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by ºú¾þ <qu...@elong.com> on 2001/08/10 15:36:55 UTC

How to configure Apache Soap Server?

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?
  

-- 
Best regards,
julian                          mailto:quakeiv@elong.com


Re: How to configure Apache Soap Server?

Posted by Tom Myers <to...@dreamscape.com>.
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


Re: How to configure Apache Soap Server?

Posted by Tom Myers <to...@dreamscape.com>.
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