Tuesday, November 16, 2010

Hello world with Apache Axis2

This is a step by step guide to hosting a simple Web service with Axis2 and interacting with that service using a client based on generated code.

We will be starting with a simple Java class which will be turned into a service with the necessary packaging. Then a client will be created using the code generated by the WSDL2Java code which will be used to invoke the service we created


http://people.apache.org/~ruchithf/hw-axis2/

0 comments: