...
1. Install and run the WSO2 Application Server. Refer to the Installation Guide for instructions.
2. In a command prompt, switch to the Jibx directory.
...
To run a sample client for the service, go to <AS_HOME>\samples\Jibx directory and use run-client.sh bat (in LinuxWindows) or or run-client.bat sh (in WindowsLinux).
You can also,
- Invoke the service through the Try-It tool .
- Use Tools -> WSDL2Java to generate the client stubs pointing to the wsdl and invoke the service with that.
...