Web Service Integrations |
Web service integrations define a web service that the Integration Service monitors for a REST web request. When the web request is received, the Integration Service processes the data message and runs the integration's actions.
|
Web service integrations support only GET and POST requests. Other requests, such as DELETE, HEAD, and PUT, are rejected. The Send Web Service Request action, however, supports all five request types: GET, POST, DELETE, HEAD, and PUT. |
For more information about how to create actions for your integration, refer to Adding an Action to an Integration.
The Integration property page is a standard page that applies to all integration types. Use this page to configure the integration, user account, error handling, and diagnostics properties for the selected integration.
Use the Service property page to configure the web service and authentication properties for your web service integration.
Use the Input Data property page to configure options that help actions identify how to process the input event data that is triggered by a web service integration.
Use the Response property page to configure settings that direct the Integration Service to send a response for the web service integration.
The Variables property page is a standard page that applies to all integration types. It provides a list of the predefined integration variables that any of the integration's actions can reference. By using this page, you can also create your own custom integration variables for the actions of the selected integration.
Related Example