You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Thushantha De Alwis <ra...@opensource.lk> on 2005/09/14 08:36:42 UTC

Exception in Running WSDL2Ws with Axis C++

Hi All

I tried to run WSDL2Ws tool to generate serverside skeletons and wrapers.
But it gaves following error.


Exception in thread "main" java.lang.NoClassDefFoundError: org/w3c/dom/Node
        at org.apache.axis.wsdl.gen.Parser.run(Parser.java:272)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.<init>(Unknown Source)
        at org.apache.axis.wsdl.wsdl2ws.WSDL2Ws.main(Unknown Source)


I used the following command and all the relevant jar files in the class
path and parser.dll in path variable also.

java org.apache.axis.wsdl.wsdl2ws.WSDL2Ws calculator.wsdl

Can some one help me on this.

Best Regards
Thushantha