Hi Sunento,
I've attached a JSP which may help you solve your problem. Take the attached
test.jsp and drop it into your \soap-2_2\webapps\soap directory. Then
restart your server and point your browser at:
http://localhost:8080/soap/test.jsp
It should provide some information as to whether a JAXP-compliant parser is
being found, and whether the org.w3c.dom interfaces being resolved are
namespace-aware.
Thanks,
-Matt
> -----Original Message-----
> From: Sunento Ng [mailto:[EMAIL PROTECTED]]
> Sent: Monday, July 30, 2001 1:18 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Fault Code = SOAP-ENV:Server.Exception: Fault String =
> java.lang.NoSuchMethodError
>
>
> Hi Steeve,
>
> FYI : while I am trying to access :
> http://localhost:8080/soap/servlet/messagerouter, it is working properly.
> It's only not working while I am trying to deploy my XML descriptor.
>
> I attach you the screenshot, there's no any stacktrace which was thrown by
> this error.
>
> regards,
>
> sunento
>
> ----- Original Message -----
> From: "Steeve Gilbert" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, July 30, 2001 9:36 PM
> Subject: Re: Fault Code = SOAP-ENV:Server.Exception: Fault String =
> java.lang.NoSuchMethodError
>
>
> >
> > 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:fa
> ultListene
> r>
> >
> > </isd:service>
> >
> >
> >
> >
> > Thanks in advance,
> >
> >
> > sunento
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
test.jsp