(operation: WorkdayOperation)
| 628 | logger.info('Creating Workday SOAP client', { service, endpoint }) |
| 629 | |
| 630 | function bind(operation: WorkdayOperation): SoapOperationFn { |
| 631 | return (args) => callOperation(operation, args, endpoint, username, password) |
| 632 | } |
| 633 | |
| 634 | return { |
| 635 | Get_WorkersAsync: bind('Get_Workers'), |
no test coverage detected