Exposing a Java class as a Web service

The WST development tool provides the architecture and tools to create and deploy Web services from various types of files, which generate a WSDL file as part of the Web service creation. From the generated WSDL file, use the WST development tool to create a test client that tests your newly exposed Web service.

In this tutorial, you:

The Java source files are in the JavaClass/simpleJavaClass and JavaClassClient subdirectories. Instructions for running the tutorial are in the file ReadmeForEclipse.txt in the JavaClass/simpleJavaClass directory.