You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ivan Aladjoff <iv...@2roam.com> on 2001/10/01 20:15:09 UTC

Setup of SOAP with Weblogic

Tried to setup Apache SOAP 2.0  with Weblogic 4.5.1 
Weblogic.properties:
weblogic.httpd.register.rpcrouter =
org.apache.soap.server.http.RPCRouterServlet
weblogic.httpd.initArgs.rpcrouter=ServicesStore=DeployedServices.ds

Used the webinterface to register the hello.HelloServer. 
I run the client but get back:

Generated fault:
  Fault Code   = SOAP-ENV:Server
  Fault String = Method 'sayHelloTo' is not supported.

What can be the problem(s)?

Thanks,
Ivan