WSDL2Java service demo  Locate

Overview  Locate

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.

Demo Package Description  Locate

The files in this demo are as described in Files and Directories.

Prerequisites and Preparatory Steps  Locate

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.

Building and Running Demos  Locate

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.

How to run  Locate

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