Once you add following dependency in your maven project, it will add all the jar files required for Axis2 service invocation in to class path
<dependency>
<groupId>org.apache.axis2.wso2</groupId>
<artifactId>axis2-client</artifactId>
<version>1.6.1.wso2v5</version>
</dependency>
No comments:
Post a Comment