Generic DII client without Data binding
This example shows how to wirte a Generic DII client, without using
data binding. All non-build in data types are mapped to SOAPElement.
Steps involved in writing this example:
- Write client code -
Main.java
- Write ant build file to compile and build the service.
build.xml
- compile Main.java to client_classes
- Follow the instructions here
to build and run the client.