If you want to use the KIM Web Service API via an Apache Axis 1.4-based client in Java, and you use Apache Maven 2.x+ to build your application, at a minimum you need to add the following dependencies to your Maven pom.xml.
Additionally, we recommend to use Maven to generate your web service proxy code. To do that:
- Download this WDSL package.
- Unzip it in src/main in the source of your client application. We assume that you use the standard Maven structure.
- Add the following snippet to your pom.xml
Labels:
None