Integration connector for Workday

Hello Everyone ,

I am encountering issue while creating a connection for Workday using Integration connector service .

Can anybody help with  details steps to create the same  with sample screenshot . 

 

Solved Solved
0 4 505
1 ACCEPTED SOLUTION

Currently, there are two ways of configuring connection for workday using either User Password, which would be a SOAP connection and using Client ID and Client Secret, which would be a REST Connection. 

For SOAP connection, For SOAP connection, users can create a workday account and access the connection using the username password for a normal user or ISU. Both will work.

For destination, please add the baseURL,  To obtain the BaseURL, log into Workday and search for View API Clients. In the listed values, find the Workday REST API Endpoint

eg; https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany, in this case, the baseURL is wd3-impl-services1

or https://wd5-impl-services1.workday.com

Also, you will have to provide the tenant value.

Screenshot of one of the active soap connection that we have: 

anjalisoni3655_0-1701700326414.png

 

View solution in original post

4 REPLIES 4

Can you please share what issue you are facing? Please share the error message that you are getting

Hi @anjalisoni3655 ,

i am  struggling to understand what parameter  is required from Workday tenant to configure the connection. i tried to follow the document but still thinks are unclear such as :

What should  we add into the destination details :

Base URL, APIURL, WSDLURL 

what should be the username/password should be used  and what level of domain access is should have to access it .( do i need to create an ISU user in Workday or the normal credentials will work )

if a screenshot with details is provided as i can see it has been provided for other connectors then that would be helpful

Currently, there are two ways of configuring connection for workday using either User Password, which would be a SOAP connection and using Client ID and Client Secret, which would be a REST Connection. 

For SOAP connection, For SOAP connection, users can create a workday account and access the connection using the username password for a normal user or ISU. Both will work.

For destination, please add the baseURL,  To obtain the BaseURL, log into Workday and search for View API Clients. In the listed values, find the Workday REST API Endpoint

eg; https://wd3-impl-services1.workday.com/ccx/api/v1/mycompany, in this case, the baseURL is wd3-impl-services1

or https://wd5-impl-services1.workday.com

Also, you will have to provide the tenant value.

Screenshot of one of the active soap connection that we have: 

anjalisoni3655_0-1701700326414.png

 

Hello Anjali,

I tried to connect the workday system using username and password through CPI. But i  am getting below error. 

org.apache.camel.CamelException: java.net.UnknownHostException: https://wd2-impl-services1.workday.com, cause: java.net.UnknownHostException: https://wd5-impl-services1.workday.com

May i know any other config required between both the systems like IP whitelisting or do i need to share the CPI URL to workday system to give us the permissions, ETC.....

Note :-  This is the first time i am trying to connect the Workday system.

Thank you!

Regards,

Somu