It
might not be the path problem since I am getting the same error when try to
list all services with
java
org.apache.soap.server.ServiceManagerClient rpc-router-url
list
If you are getting NoSuchMethod all over the place, I
suggest that you have
an older XML parser somewhere on your system that the
JVM is finding before
it finds the current Xerces or whatever. Apache SOAP
requires a parser
that understands namespaces.
When I had this problem I traced it to an old JAXP in
the JDK standard
extensions directory.
-----Original
Message-----
From: Francis Ho
[mailto:[EMAIL PROTECTED]]
Sent:
Monday, December 31, 2001 3:21 PM
To: [EMAIL PROTECTED]
Subject: RE:
FaultString=java.lang.NoSuchMethod
Sensitivity: Private
Are the classes
for your particular service visible to the
servlet?
(e.g. is it in the
classpath?)
francis!
>> -----Original
Message-----
>> From: CT Chou [mailto:[EMAIL PROTECTED]]
>> Sent:
Monday, December 31, 2001 6:17 PM
>> To:
[EMAIL PROTECTED]
>> Subject:
FaultString=java.lang.NoSuchMethod
>>
>>
>>
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\acti
>>
vation.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.
>>
>>