Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

 

  1. From the terminal go to <AS_HOME>\samples\ClientAPI ClientAPI directory.

  2. Execute one of the following commands to run the client:

    OSCommand
    MS Windowsrun-client.bat
    Unix/Linuxrun-client.sh

    For more information, use -help option.

...