Web Services
Installation and Tutorial documents
Apache Axis
- Apache Axis Installation
- Writing Your First Web Service
- Deploying Your Web Service
- Axis does not directly support UDDI access. However, you can use UDDI4J which is a Java class library that provides an API to interact with a UDDI registry. For more information about UDDI4J, please go to the UDDI4J Web site. Looking at the samples file in directory "uddi4j\samples" and this tutorial may be a good starting point.
- Exercise: Build a Web service of a calculator that can perform 'add', 'sub', 'mul', and 'div' between two numbers, and also build a client that can use that service.
- Question: how to deploy only two methods: 'add' and 'sub'?
Java WSDP
Resources
Download Tools and Codes