Execute Operation
Use this action to execute any operation defined in the WSDL file.
Complete the following steps to use the Execute Operation action in your workflow:
1. Drag the Execute Operation action under SOAP to the canvas, place the pointer on the action, and then click or double-click the action. The Execute Operation window opens.
2. Edit the Label, if needed. By default, the label name is the same as the action name.
3. To add an SOAP connector type, refer to Supported SOAP Connector Types.
If you previously added a connector type, select the appropriate Connector Type, and under Connector Name, select the connector.
4. Click TEST to validate the connector.
5. Click MAP CONNECTOR to execute the action using a connector that is different from the one that you are using to populate the input fields. In the Runtime Connector field, provide a valid SOAP connector name. For more information about MAP CONNECTOR, see Using Map Connector.
If you selected Connector Type as None, the MAP CONNECTOR option is not available.
6. In the Services list, select the required service.
7. In the Ports list, select the required port.
8. In the Operations list, select the operation that you want to execute.
The fields in the input form change dynamically based on the operation that you select.
9. Select Form to provide inputs for individual properties listed in the form, or select Assign JSON to specify a single JSON with all required properties.
10. Click Show additional fields.
11. Under the Headers group, click Add to add a custom header to the request. Provide a Key and Value pair.
Click Add to add multiple key-value pairs. Click to delete any custom header that you added.
12. Click Done.
Output schema
Based on the operation that you select, the Execute Operation action returns a dynamic output schema.
Was this helpful?