RE: SOAP-ENV:Server.Exception error

2001-10-05 Thread YuJian Zhou
SOAP RPC Router test. Yujian -Original Message- From: William Brogden [mailto:[EMAIL PROTECTED]] Sent: Friday, October 05, 2001 2:42 AM To: [EMAIL PROTECTED] Subject: Re: SOAP-ENV:Server.Exception error I feel like a broken record repeating this advice... > > > Ouch, the ca

Re: SOAP-ENV:Server.Exception error

2001-10-05 Thread William Brogden
I feel like a broken record repeating this advice... > > > Ouch, the call failed: > > > Fault Code = SOAP-ENV:Server.Exception: > > > Fault String = java.lang.NoSuchMethodError One possible cause - the JVM is finding an earlier XML parser that does not support namespaces before it finds t

Re: SOAP-ENV:Server.Exception error

2001-10-04 Thread Victor Hadianto
I'm confused, your classpath seems like a mixture between *nix and windows. I doubt that this will ever work with the Sprinta2000_20.zip ftpbean.jar and all the other *nix based classpath. Fix your classpath issue first. I'm pretty sure that this is the case. /victor On Fri, 5 Oct 2001 10:0

Re: SOAP-ENV:Server.Exception error

2001-10-04 Thread Lam Ngoc Le
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

RE: SOAP-ENV:Server.Exception error

2001-10-04 Thread YuJian Zhou
Title: 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,

RE: SOAP-ENV:Server.Exception error

2001-10-04 Thread Damian Alonso
Title: 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 Route