Serialize Swift Messages with Secure Signatures > Using the Serialize Swift Messages with Secure Signatures recipe > Step 2. Publish the DataServicesAPIConnector service connector
  

Step 2. Publish the DataServicesAPIConnector service connector

Configure the service connector for the data service API to specify the URL for each action and then publish the DataServicesAPIConnector service connector.
  1. 1Open the DataServicesAPIConnector service connector.
  2. 2On the Actions tab, edit the Binding properties for each action and enter the URL.
    1. aSelect the Login action and enter the POD URL in the format https://<POD URL>/ma/api/v2/user/login, such as https://dm-us.informaticacloud.com/ma/api/v2/user/login.
    2. bSelect the Invoke_Data_Service_API action and enter the CVM URL in the format https://<CVM URL>/DSRepo/rest/api/v1/services/run/{$serviceName}, such as https://usw1-cvm.dm-staging.informaticacloud/DSRepo/rest/api/v1/services/run/{$serviceName}.
    3. cSelect the Logout action and enter the POD URL in the format https://<POD URL>/saas/public/core/v3/logout, such as https://dm-us.informaticacloud.com/saas/public/core/v3/logout.
For a complete list of POD URLs, see POD Availability and Networking on the Informatica Documentation Portal.
Save, test, and publish the service connector.