DII with WSDL
This example shows how to wirte a web service DII client using WSDL.
Steps involved in writing this example:
- Write DII client code -
Main.java
- Write ant build file to compile and build the service.
build.xml
- Run autotype ant task on the WSDL to generate java value
types and ser/deser for them
- compile all java files to client_classes
- Follow the instructions here
to build and run the client.