Title: RE: SOAP-ENV:Server.Exception error
1, Put xerces.jar in at front of your classpath.
2, Set the server classpath to class content the methods you want to deploy.
For example: if you want deploy class myPackage.myTest, you should set it to classpath
set classpath=%classpath%;<path_to_myPackage> 
 
 
----- Original Message -----
Sent: Friday, October 05, 2001 7:44 AM
Subject: RE: SOAP-ENV:Server.Exception error

Thanks for the quick reply. I did get the "Sorry" message. Now I moved the xerces.jar to the beginning. But I still get the same error.
 
Yujian
-----Original Message-----
From: Damian Alonso [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 04, 2001 5:28 PM
To: '[EMAIL PROTECTED]'
Subject: RE: SOAP-ENV:Server.Exception error

1) Try putting the xerces.jar at the front of your class path. (It's not the cause of your problem, but it's an admin thing.)

2) Have you tested the url in your browser to see if you can see the SOAP Message page?? (i.e SOAP RPC Router
Sorry, I don't speak via HTTP GET- you have to use HTTP POST to talk to me.)

-----Original Message-----
From: YuJian Zhou [mailto:[EMAIL PROTECTED]]
Sent: Friday, October 05, 2001 10:01 AM
To: '[EMAIL PROTECTED]'
Subject: SOAP-ENV:Server.Exception error


> Hi,
>
Does Any one know why this error happened when I run the test case? Thanks!

> Yujian
>
> C:\javaxml2>/jdk1.2.2/bin/java -classpath /jdk1.2.2/jre/
> lib/rt.jar;/thirdparty/Sprinta2000_20.zip;/thirdparty/cl
> asses12_01.zip;\thirdparty\ftpbean.jar;\thirdparty\activ
> ation.jar;\thirdparty\mail.jar;c:\javaxml2\lib\xerces-1_
> 4_3\xerces.jar;\javaxml2\classes;C:\javaxml2\soap-2_2\li
> b\soap.jar;C:\javaxml2\soap-2_2;  org.apache.soap.server
> .ServiceManagerClient http://localhost/soap/servlet/rpcrouter list
> Ouch, the call failed:
>   Fault Code   = SOAP-ENV:Server.Exception:
>   Fault String = java.lang.NoSuchMethodError
>

Reply via email to