SOAP API Request
Description
This action component allows you to call SOAP API with a specific HTTP method.
Input Properties
- URL (String) – The URL (WSDL) to which you want to make the request.
- Parameters (object[]) – The parameters for the specified method.
- Method Name (String) – Method (Operation) name to be called.
Output Properties
- Result (object) – The SOAP web service response, as a object variable.
- XML Result (String) – XML response of the SOAP service. as a String variable.
General Properties
- GlobalWaits (Checkbox) – Apply global waits when PreWait or PostWait are not specified.
- IgnoreError (Checkbox) – Continue the process flow without throwing error.
- PostWait (Checkbox) – Apply specified wait after execute the action.
- PreWait (Checkbox) – Apply specified wait before execute the action.