Hello: I was wondering if someone can guide me about the installation details for apache-soap on IIS which uses Tomcat 3.1 for running servlets and JSPs.
I have tried to install apache-soap on IIS on which Tomcat 3.1 is running. I put the soap.jar, activation.jar and mail.jar in the tomcat/lib directory. I also put the xerces.jar in the classpath in the beginning. I deployed the service using the Apache-soap Admin tool. Then when I try to run any of the samples for instance stockquote example or any other example for that matter, I get the same error message as follows: Exception in thread "main" java.lang.NoSuchMethodError at org.apache.soap.util.xml.Qname.<init><Qname.java:80> at org.apache.soap.util.xml.matches<Qname.java:146> at org.apache.soap.Envelop.unmarshall<Envelop.java:237> at org.apache.soap.rpc.Call.invoke<Call.java:230> at hello.Client.main<Client.java:50> Also, the client and server programs for any particular example are in the folder: C:/JBuilder4/tomcat/webapps/soap/Web-inf/classes/samples. Can someone suggest what I could be missing? Thanks. Rino