Setting up the Web Services Gateway sample

The Java project, WebServiceGatewayJava, must reference an external library which is included with the integration node. To add this reference, complete the following steps:

  1. Right-click the Java project WebServiceGatewayJava. Click Properties.
  2. Select Java Build Path.
  3. Select the Libraries tab.
  4. Click Add External JARs....
  5. Navigate to the ConfigManagerProxy.jar. This is located at:

    <node_inst>/classes/ConfigManagerProxy.jar

    where <node_inst> is the IBM Integration Bus install location.

    The default install location on Windows is:

    C:/Program Files/IBM/MQSI/9.0.0

    The default install location on Linux is:

    /opt/ibm/mqsi/9.0.0

Back to sample home