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
mikefmikef 

Apex to Workday integration

Does anyone have a sample of Apex to workday?

WSDL2Apex creates the classes for me just fine but the Authentication class doesn't look complete, no password member.

 

Thanks.

aalbertaalbert

I have written a simple Apex to Workday integration recently. More of a prototype but it was functional - invoking the getWorker() API call to return a list of workers into apex. I didn't use WSDL2Apex and instead wrote a set of apex classes to construct and parse the soap messages. I used custom settings to store the username, password, and endpoint. 

 

jaysunjaysun

Guys

 

can I know if that was SFDC to Workday Or otherwise?

Can workday expose all the data like salesforce APIs?

Or 

can wokday cosume SFDC data using sfdc wsdl?

 

We have requirement to integrate with workday .

When event is created in workday ...we need to create Case in salesforce and keep updated if any update happens on workday side.

 

any help will be appreciated.

 

Saniya Khan 2Saniya Khan 2
Hi Aalbert,
could you please shere your classes