function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Saniya Khan 2Saniya Khan 2 

how to connect salesforce with workday?

Hi guys,
How we can integrate salesforce with workday?
any help will be appretiated..

Many Thanks,
Saniya
NagendraNagendra (Salesforce Developers) 
Hi Saniya,

You can do using Apex web services (custom functionality).

There is a simple Apex to Workday integration recently. More of a prototype but it's functional - invoking the getWorker() API call to return a list of workers into the apex. In this WSDL2Apex is not used and instead wrote a set of apex classes to construct and parse the soap messages using custom settings to store the username, password, and endpoint. 

Workday open API:  Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
Saniya Khan 2Saniya Khan 2
Hi Nagendra,
thanks for your reply.
could you please help me how to write classes in apex and how to connect with the workday function?
As I can only see there services (Function).
Many thanks,
Saniya
Saniya Khan 2Saniya Khan 2
I want to do the belove operations.
https://community.workday.com/sites/default/files/file-hosting/productionapi/operations/index.html
Tanya Rathore 11Tanya Rathore 11
Hi Saniya, Were you able to integrate the workday with Salesforce? Could you share what steps you did and APEX class documentation link if any?