This is an example JAXWS Web service. It shows how to expose the methods of a class as a JAXWS Web service using WSO2 Application Server .
To build the sample service, go to samples/JAXWS directory and type: ant.
This will build the calculator-jaxws-sample.jar in the target directory and copy it to the CARBON_HOME/repository/deployment/server/servicejars directory. If you start AppServer, the deployed JAXWS service will be available under the services list.
The WSDL for this service should be viewable at:
http://<host>:<port>/services/Calculator?wsdl
To run the sample client for the service, go to samples directory and type:
sh run-client.sh/run-client.bat
For more information, use "-help" option.
Otherwise, you can use following AppServer features to invoke the service.