workday-api

Workday SOAP API : How to authenticate

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-18 12:22:30
问题 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]

Workday Soap API - User Name/Password

[亡魂溺海] 提交于 2019-12-01 11:39:09
问题 I am trying to call the Workday Integration API. I am able to connect but am getting a invalid username or password message. My question is - where do I put this information? I don't see anything in the wsdl where I can put the user name or password. Launch_Integration Thanks for any help! Warren 回答1: For some reason, finding the correct auth method is difficult in the Workday documention, in fact I'm not sure even if it's mentioned anywhere. If you're using Workday Studio, you may use the

Workday SOAP API : How to authenticate

给你一囗甜甜゛ 提交于 2019-11-30 09:00:59
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. dbh 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] Example: youUserName@tenant6 Your workday account will need to be in the Integration Developer's group, as

Workday get_worker from USER_ID or email filter

霸气de小男生 提交于 2019-11-28 12:34:34
问题 I am trying to find an API to get worker on email basis. Can someone please help me in the same. 回答1: No, there is no such way to get worker by email. You may refer to the api for get workers here -> https://community.workday.com/sites/default/files/file-hosting/productionapi/Human_Resources/v30.1/Get_Workers.html but you sure can retrieve data using employee_id, using the request xml as follows:- <wd:Get_Workers_Request xmlns:wd="urn:com.workday/bsvc" version="30.0"> <wd:Request_References