This demo shows how to use WSDL2Java service which offers SOAP access to WSDL2Java that is used for generation of Java source files from WSDL.
The files in this demo are as described in Files and Directories.
The demo assumes that you have installed following components:
WSDL2Java-US wsdlc.jar - on the server side wsdlc_client.jar - used by this demo (client side) Core-Tools core_tools.jar - on server and client side.
You can use our build script.
Linux: ./run.sh make or: ./runant.sh make Windows: run.bat make or: runant.bat make
Run runant.sh (bat) script for more targets.
WSDL url is taken from 'systinet.demo.wsdl.uri' system property. Output file 'output.jar' will be saved to your local directory.
For running you can use our build script.
Linux: ./run.sh Windows: ./run.bat