- From Filter Navigator, open System Web Services > Outbound > REST Message, then click New
- Set the following REST Message fields:
-
- Name: Enter a descriptive name for the REST Message.
- Description: Enter a description of the REST Message.
- Endpoint: Enter the endpoint to which the REST Message is sent. The endpoint value might include variables using the format ${variable}. To create a REST Message for Common Services integration, enter the following:
https://Common-Services-server-address:Common-Services-port-number/portal/${path}
Note: The specified IP address or host name must match the CN or SAN attribute of the certificate. -
- Set the following items on the Authentication tab:
Authentication type: Select No authentication.
- Click Submit.
- Open the new REST Message and set the HTTP Methods:
- Click New in the HTTP Methods area.
- Set the following items:
- Name: Enter the same name as the HTTP method.
- HTTP method: GET, POST, PUT, or DELETE (GET and POST are required)
- Endpoint: http(s)://Common-Services-server-address:Common-Services-port-number/portal/${path}
Note: The specified IP address or host name must match the CN or SAN attribute of the certificate. - Click the HTTP Request tab and in the Use MID Server field, select the MID Server to which the request is sent.
- (Optional) To test the HTTP method you created, click Test under Related Links. Repeat steps a. through d. for each HTTP method to be used.