Previous Topic: Web Services Sample Endpoint AcquisitionNext Topic: Run the JMeter Test Manually


Generate Stubs Manually

You do not need to generate Stubs to use the SDKWS sample connector with the Forward Inc endpoint because the stubs are shipped by default. However, you can generate the stubs manually, if necessary.

You use an Ant build file to generate the stubs. The Ant build files use the Wsdl2Java tool to generate the stubs.

To generate stubs manually

  1. Start a Command Prompt window.
  2. Navigate to the following directory:
    <Identity Manager Home>/Connector Server SDK/connectors/sdkws
    
  3. Enter the following command:
    ant -f clientBuild.xml
    

    The stubs are built to the directory build/genOut.

Note: For more information about WSDL2Java, see http://ws.apache.org/axis2/tools/1_0/CodegenToolReference.html