Hi!
I really don't know how this error can occur while you are deploying your
descriptor. This error only appears in the soap samples. Can you copy the
stacktrace here?
bye!
Steeve...
"Sunento Ng" <[EMAIL PROTECTED]> on 29/07/2001 03:01:27 PM
Please respond to [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
cc: (bcc: Steeve Gilbert/G_STGEORGES/CANAM_MANAC)
Subject: Fault Code = SOAP-ENV:Server.Exception: Fault String =
java.lang.NoSuchMethodError
Hello,
While I am deploying my XML Descriptor, by using this command from my Win
98 :
C:\>java org.apache.soap.server.ServiceManagerClient
http://localhost:8080/soap/servlet/rpcrouter deploy xml\CDCatalogDD.xml
I hit this error :
Ouch, the call failed:
Fault Code = SOAP-ENV:Server.Exception:
Fault String = java.lang.NoSuchMethodError
Does anyone can help me to solve this problem
Below, is my XML File which i have configured correctly :
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
id="urn:cd-catalog"
>
<isd:provider type="java"
scope="Application"
methods="addCD getArtist list"
>
<isd:java class="javaxml2.CDCatalog" static="false" />
</isd:provider>
<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener>
</isd:service>
Thanks in advance,
sunento