Creating an available application in ION API
When using a direction connection, ensure your IMS service access is exposed through the internet.
When using Enterprise Connector, ensure to have deployed Enterprise Connector version 2020-08 or later.
- Open ION API and select Available APIs.
- Add an available app using the ION Messaging Service v3 API suite template.
-
Add a deployment endpoint - direct integration from ION API.
Use this procedure if you want ION CE to connect directly to your IMS service.
-
Specify this information:
- Deployment Name
- Default. You cannot change this.
- Use HTTPS
- If your client uses HTTP, disable this option.
- Host Name
- Specify the host name under which your IMS service is exposed through the internet.
- Port
- Usually, you must specify 443.
- Context
- Specify the rootpath to where IMS methods are exposed, such as /ims.
- Default Tenant Id
- Leave blank.
- Target Endpoint Security
- Select Anonymous.
For testing purposes, select Anonymous for now. It can be properly secured later.
- Save the changes.
-
Specify this information:
-
Add a deployment endpoint - using Enterprise Connector.
Use this procedure if you want ION CE to connect to your IMS service through an Enterprise Connector.
-
Specify this information:
- Deployment Name
- Default. You cannot change this.
- Use HTTPS
- If your client uses HTTP, disable this option.
- Enable Enterprise Connector
- Select this option.
- Enterprise Connector Location
- Select your Enterprise Connector.
- Host Name
- Specify the host name your Enterprise Connector must use to connect to your IMS service.
- Port
- 443.
- Context
- Specify the rootpath to where IMS methods are exposed.
For example, if you use the Java IMSSampleServer, deployed at the same host as your Enterprise Connector, then the address is Usually, you must specify
http://localhost:8000/ims/ionapi
.In that case, also disable Use HTTPS.
- Default Tenant Id
- Leave blank.
- Target Endpoint Security
- Select Anonymous.
Usually, you must specifyFor testing purposes, select Anonymous for now. It can be properly secured later.
- Save the changes.
-
Specify this information:
- For the ION Messaging Service v3 available APIs, select Endpoints and open the Documentation.
-
Try out the methods. Ensure that at least the
ping
andprotocol
method give a correct response. - If it is working fine, then you can change it to use a correct security method.