Hello srinivasa,
Saturday, August 11, 2001, 1:56:02 AM, you wrote:
scr> list-unsubscribe: <mailto:[EMAIL PROTECTED]>
scr> list-post: <mailto:[EMAIL PROTECTED]>
scr> I am trying to run examples of Apache soap2.2 on JRun with testit.cmd file
scr> given in the samples
scr> I get the following error , can anyone please help me where I am going
scr> wrong.
scr> Ouch, the call failed:
scr> Fault Code = SOAP-ENV:Server.Exception:
scr> Fault String = java.lang.NoSuchMethodError
scr> I am able to successfully test the server, and rpcrouter given in
scr> instructions like "Sorry, I don't speak via HTTP GET- you have to use HTTP
scr> POST to talk to me."
scr> thanks,
scr> srinivas
Ensure that:
(a) You have deployed the sample service you want to use.
(b) Xerces.jar is the very first entry in your classpath (set this in tomcat.bat or
tomcat.sh as per the SOAP installation instructions).
(c) There are no other XML parsers in your classpath. Some people have experienced
this problem due to an early version of the JAXP package hiding in
JAVA_HOME/jre/lib/ext.
(d) The sample classes are in the server's CLASSPATH.
--
Best regards,
Julian mailto:[EMAIL PROTECTED]