ExecuteSOAPOperation
Sends a request to directly invoke a SOAP operation.
Input
| Name | Type | Description |
| Service | String | Name of the Workday SOAP service being called. |
| Request | String | The XML request payload sent to the SOAP API. |
Result Set Columns
| Name | Type | Description |
| Response | String | The XML response body from the SOAP API, or NULL if an error occurred. |
| FaultCode | String | SOAP error code if an error occurred, otherwise NULL. |
| FaultString | String | SOAP error message if an error occurred, otherwise NULL. |