...
Include Page | ||||
---|---|---|---|---|
|
To get user data from Workday, the following information is required for your Workday account: Host Name, Tenant Name, Username and Password.
To obtain the Workday Host Name:
Log in to the Workday sandbox or production instance.
Search for Public Web Service in the search box.
Select Public Web Service from the search results.
Under Actions, click the Web Services list and select View WSDL.
The WSDL file is opened for viewing.
Scroll down to the end to find the hostname value assigned to the
location
element. For example:
Code Block |
---|
location=”https://hostname/ccx/....) |
6. Copy and save the Workday hostname value from the location
element for a future step. For example:
Code Block |
---|
wd5-impl-services1.workday.com |
To obtain the Tenant Name from the sandbox:
Log in to the Workday sandbox.
On the first page, find the tenant details appearing in the upper left corner of the page. The tenant details follow the Sandbox Type – Tenant Name format, copy and save for a future step.
Setup Workday Application Integration on Zilla
Visit the Zilla application and login using your admin credentials and then click on Add Application
in the top right.
...
A window with a search bar appears, type in Workday
in the search bar and hit enter. Workday
app entry will appear at the top of the list, click Add to Applications
button to the right.
...
Fill in the form with appropriate details and then click Add to Applications
.
...
You will have the Workday
app added into applications tab section, click on it.
...
A detailed view of Workday
application appears. Click Sync now
in top right corner.
...
Enable API Integration. Find the Host Name, Tenant Name, Username and Password of your Workday account obtained above and enter them into the text boxes and click Next
.
...
Click Next
and the sync will begin.
...
Include Page | ||||
---|---|---|---|---|
|