Async Client
This example shows how to wirte asynchronous clients. This example use
the web service developed in sample11. You need to compile and deploy
sample11 before you run this example.
Steps involved in writing this example:
- Write Client side code -
Main.java
- Write ant build file to compile and build client.
build.xml
- run clientgen on the WSDL file to generate the client jar
- compile the client side code
- Follow the instructions here
to build, run and test the service.