Table of Contents |
---|
The WSO2 Application Server Client API supports writing different kinds of clients to invoke Web Services. The most suitable type of client should be selected depending on the application and the nature of the service. This sample demonstrates the following kinds of clients that can be written using the Axis2 Client API.
...
http://<host>:<port>/services/ClientAPIDemoService?wsdl
Running the client
From the terminal go to
<AS_HOME>\samples\ClientAPI ClientAPI
directory.Execute one of the following commands to run the client:
OS Command MS Windows run-client.bat Unix/Linux run-client.sh For more information, use
-help
option.
...