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 Olivier Dessyn <ol...@cloudlink.com> on 2001/03/21 09:48:23 UTC

Problem on the RPCRouter with "stockquote" example

Hi,
 
I'm running under W2K, Tomcat, and this toolkit.
This web service has been deployed using "rcprouter admin console"
 (http://localhost:8080/soap/admin/index.html)
 
     ID                        urn:xmltoday-delayed-quotes
     Scope                 Application
     Provider Type     java
     Provider Class     samples.stockquote.StockQuoteService
     Use Static Class   false
     Methods               getQuote
     Type Mappings
     Default Mapping Registry Class
 
 I'm trying to use "stockquote" web service example (StockQuoteService)
 through GetQuote. Here is the command line input and output:
 ---------------------------------------
 > testit
 This test assumes a server URL of
 http://localhost:8080/soap/server/rpcrouter
 Deploying the stockquote service...
 Ouch, the call failed:
   Fault Code   = SOAP-ENV:Server.Exception:
   Fault String = java.lang.NoSuchMethodError
 ---------------------------------------
 
 Actually, run the following
"java.org.apache.soap.server.ServiceManagerClient 
   http://localhost:8080/soap/servlet/rpcrouter action param" 
failed whatever the action is. Why ?
 
Help would be very much appreciated!
Thanks,
Olivier