Changing the IMS connection point to a bidirectional connection point

  1. Deactivate the data flow.
    1. Start ION Desk and select Connect > Data Flows.
    2. Deactivate the data flow, for example to_myapp.
      The connection point cannot be changed if it is active in a data flow.
  2. Modify the settings of the IMS connection point.
    1. Select Connect > Connection Points.
    2. Open the details for the IMS connection point, for example cp_myapp.
    3. On the Connection tab, select Application has IMS End Point.
      The IMS Endpoint section becomes available.
    4. In the IMS Endpoint section, specify this information:
      URL
      Specify the application service endpoint.

      For example, if you use the Java IMSSampleServer, the address is: http://localhost:8000/ims/ionapi.

      Oauth Consumer Key and Oauth Consumer Secret
      Specify the credentials valid for your application endpoint.

      For the example services, you can use fake credentials.

    5. Click TEST to verify connectivity with the IMS service exposed by your application. Ensure it is successful.
    6. Save the changes.