cheenath.com
- Home
- Search
- About Me
- AJAX Tools
- WLS Tutorial
  - Setup
  - Introduction
  - Contact
  - FAQ
  - Useful Links
- AutoBuild
- SOAP Router


Create Web Service from WSDL

This example shows how to create a web service for a given WSDL.

Steps involved in writing this example (build.xml):

  1. Run autotype on the WSDL to generate types
  2. Run wsdl2service on the WSDL to generate interface for backend component and the web-services.xml DD file.
  3. Write backend java class that implements the generated interface SimpleTestImpl.java
  4. Package the compiled classes and web-services.xml DD file in to a war file.
  5. run clientgen on the WSDL file to generate the client jar
  6. compile the client side code Main.java
  7. deploy the applicaiton by copying the war file into the applications directory of the server
  8. Follow the instructions here to build, run and test the service.

Browse files online:

Download :

[ This page was last updated April 19 2003 07:28:25. ]

      

©2006 Manoj Cheenath