I just tried it on my Tomcat 3.2 and it worked fine. Dunno why it's not working for you..perhaps you are missing something somewhere. I am sending you my client and server classes. also find the deploymentdescriptor.
----- Original Message ----- From: "Rino Srivastava" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 29, 2001 5:50 PM Subject: RE: Antwort: RE:NoSuchMethodError while running a soap client > I'll try this out. Thanks, Xavier. > > Rino > > -----Original Message----- > From: Xavier Renard [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 29, 2001 11:31 AM > To: [EMAIL PROTECTED] > Subject: RE: Antwort: RE:NoSuchMethodError while running a soap client > > > I remember there was something similar with installing Cocoon with Tomcat. > There is an entry in the FAQ for this problem: > http://xml.apache.org/cocoon1/faqs.html#faq-normalize > > I did it with tomcat 3.2 and it works > > Hope this help > > Xavier > > At 11:39 29/11/01 -0600, you wrote: > >Tomcat 3.1 > > > >-----Original Message----- > >From: Xavier Renard [mailto:[EMAIL PROTECTED]] > >Sent: Thursday, November 29, 2001 11:22 AM > >To: [EMAIL PROTECTED] > >Subject: RE: Antwort: RE:NoSuchMethodError while running a soap client > > > > > >What is your version of Tomcat? > > > >Xavier
Client.java
Description: Binary data
HelloServer.java
Description: Binary data
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment" id="urn:Hello"> <isd:provider type="java" scope="Application" methods="sayHelloTo"> <isd:java class="hello.HelloServer" static="false"/> </isd:provider> <isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultListener> </isd:service>
