I have successfully installed Axis into Tomcat 4.1.10. I can bring up the AdminServlet OK, the validation page looks OK, and I successfully ran the Calculator.jws/CalClient  example program.

Now I'm trying to install Axis into WSAD 4.0 (Websphere Studio Application Developer). The validation page looks OK, but the AdminServlet give me a 500 error:

Error Message: org.w3c.dom.Node: method getLocalName()Ljava/lang/String; not found
Error Code: 500
Target Servlet: null
Error Stack:
java.lang.NoSuchMethodError: org.w3c.dom.Node: method getLocalName()Ljava/lang/String; not found
     at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:104)

etc.

The calculator service does not work either in WSAD with the same error message.

Is there anything I have to do especially for the WSAD environment to get it to work? Any clues would be greatly appreciated.

Thanks,
Dave

Reply via email to