About this task
Configure the
integration service bindings
to use SSL by completing the following steps:
Procedure
- In the IBM Integration Toolkit, open
your integration service in the integration service editor
by double-clicking Integration Service
Description in the Application
Development view.
- Click the Service tab. The integration service description
is displayed, which includes the integration service bindings.
- If you are using the SOAP/HTTP binding, then click SOAP/HTTP
Binding and select Use
HTTPS from the HTTP Transport
properties panel.
- If you are using the JavaScript client API, then click
JavaScript client API and
then select Use HTTPS from
the Basic properties panel.
Note: If
you are using a web browser-based JavaScript application
to call the integration service,
then you must select Use HTTPS on
both the SOAP/HTTP binding and the JavaScript client API. The
HTTP proxy servlet routes requests only
to endpoints that use the same protocol as the web browser. The
HTTP proxy servlet routes requests to both
the SOAP and JavaScript client
API endpoints, and so both endpoints must
match the web browser protocol.
- Save and redeploy the integration service.
Results
You have configured the integration service to
use SSL.