Error while running client to access webservice using axis2
-----------------------------------------------------------
Key: AXIS2-2645
URL: https://issues.apache.org/jira/browse/AXIS2-2645
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Components: adb
Environment: Windows, service deployed in Tomcat, jdk150_04
Reporter: vankasrikar
After creating client using ADM with axis2, When running the client I'm getting
the below error.
C:\apache-tomcat-5.5.23\webapps\axis2\WEB-INF\services\axis2userguide>java
org.apache.axis2.axis2userguide.Client1
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/ws/policy/
Assertion
at org.apache.axis2.description.AxisDescription.<init>(AxisDescription.j
ava:25)
at org.apache.axis2.description.AxisService.<init>(AxisService.java:194)
at org.apache.axis2.description.AxisService.<init>(AxisService.java:232)
at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.populateAxi
sService(Axis2UserGuideServiceStub.java:30)
at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:101)
at org.apache.axis2.axis2userguide.Axis2UserGuideServiceStub.<init>(Axis
2UserGuideServiceStub.java:128)
at org.apache.axis2.axis2userguide.Client1.main(Client1.java:15)
Can anyone tell me where can I find this class or how to fix this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]