Hi, I have SOAP 2.2 and Tomcat 3.2.3, Xerces 1.4.4 installed. This is my classpath c:\jars\xerces.jar;c:\jars\soap.jar;c:\jars\mail.jar;c:\jars\activation.jar; c:\jars\bsf.jar;c:\jars\js.jar;c:\soap-2_2
The server-side installation check is fine, i.e. I get "only support POST" when launch http://localhost:8080/soap/servlet/rpcrouter in the browser. However, when start StockQuote service testit.cmd I am getting following error: C:\soap-2_2\samples\stockquote>testit This test assumes a server URL of http://localhost:8080/soap/servlet/rpcrouter Deploying the stockquote service... Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NoSuchMethodError Can someone please help? Thanks in advance.