| Author |
Exception in creating webservice
|
Vijay Kumar
Ranch Hand
Joined: Jul 24, 2003
Posts: 260
|
|
Hi I am trying to generate the Stubs & skeleton using WSDL2JAVA, but its giving an error. Buildfile: build.xml prepare: gen: [java] Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/Assertion [java] at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.java:25) [java] at org.apache.axis2.description.AxisService.<init>(AxisService.java:194) [java] at org.apache.axis2.description.WSDL2AxisServiceBuilder.<init>(WSDL2AxisServiceBuilder.java:156) [java] at org.apache.axis2.wsdl.codegen.CodeGenerationEngine.<init>(CodeGenerationEngine.java:87) [java] at org.apache.axis2.wsdl.WSDL2Code.main(WSDL2Code.java:32) [java] at org.apache.axis2.wsdl.WSDL2Java.main(WSDL2Java.java:21) [java] Java Result: 1 BUILD SUCCESSFUL can any body tell me in which jar file can I get this class.. Thanks
|
 |
Prabhu Venkatachalam
Ranch Hand
Joined: Nov 16, 2005
Posts: 502
|
|
|
Try this. This might help you.
|
Prabhu Venkatachalam<br />SCJP 1.4,SCWCD 1.4<br />prabhu.venkatachalam@gmail.com
|
 |
 |
|
|
subject: Exception in creating webservice
|
|
|