The short story: 1. Create the client stub with the following command: %AXIS2_HOME%\bin\wsdl2java -uri UserFunctions.wsdl -p client.UserFunctions -d adb -s 2. Create the client (for example, Client.cbl), an isCOBOL application that uses the generated stub, and save it in the userguide/client directory. 3. Build the client by typing ant jar.client. 4. Assuming you have a corresponding service, compile and run the client.cbl by adding the generated UserFunctions-test-client.jar file located in build/lib to the classpath and typing: iscc client.cbl iscrun Client