DII without WSDL
This example shows how to wirte a web service DII client without using
WSDL.
Steps involved in writing this example:
- Write java bean value types -
SOAPStruct.java
- Write ser and deser for the value types -
SOAPStructCodec.java.
- Write DII client code -
Main.java
- Write ant build file to compile and build the service.
build.xml
- compile all java files to client_classes
- Follow the instructions here
to build, run and test the service.