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:
- Right-click the Java project WebServiceGatewayJava. Click Properties.
- Select Java Build Path.
- Select the Libraries tab.
- Click Add External JARs....
-
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