Setting up the Web Services Gateway sample

The Java project, WebServiceGatewayJava, references an external library which is included with the broker. 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:

    <broker_inst>/classes/ConfigManagerProxy.jar

    where <broker_inst> is the WebSphere Message Broker install location.

    The default install location on Windows is:

    C:/Program Files/IBM/MQSI/8.0.0

    The default install location on Linux is:

    /opt/ibm/mqsi/8.0.0

Back to sample home