Workday SOAP API : How to authenticate
问题 I'm a newbie to workday soap api and I'm trying to figure out how to send a soap request to authenticate using SOAPUI. Any suggestions, would be greatly appreciated. 回答1: Workday APIs use WS-Security for authentication. Remember that the workday host is multi-tenant. So, you'll use the WSDL endpoint to connect to the correct server, and the user name field will contain both your user name and the tenant on that server. User name format for SOAP Auth to Workday: [user-name]@[tenant-name]