ExecuteSOAPOperation
Sends a request to directly invoke a SOAP operation.
Input
| Name | Type | Description |
| Service | String | The Workday service name. |
| Request | String | The XML request to send to the SOAP API. |
Result Set Columns
| Name | Type | Description |
| Response | String | The XML content of the body, or NULL if a SOAP error was reported. |
| FaultCode | String | The SOAP error code, or NULL if there was no SOAP error response. |
| FaultString | String | The SOAP error, or NULL if there was no SOAP error response. |