Questions tagged [workday-api]

Workday offers enterprise-level software solutions for human resource and financial management. Gain business insights from Workday's alternative to ERP.

Workday offers enterprise-level software solutions for human resource and financial management. Gain business insights from Workday's alternative to ERP.

149 questions
16
votes
5 answers

Workday SOAP API : How to authenticate

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.
6
votes
1 answer

I want to receive realtime notifications for my workday

We are working on a use-case where in we need to get real time updates from Workday systems for the events occurring in Workday Systems. I tried to understand the given documentation but I was not able to understand. I want to get the notifications…
Imtiaz Hussain
  • 203
  • 2
  • 15
5
votes
1 answer

Workday request works in SoapUI but not in Postman

I am trying to call the Put_Background_Check operation of the Workday Recruiting web service. I have opened the WSDL file in SoapUI and successfully sent the following XML...
Imran S.
  • 935
  • 3
  • 15
  • 32
4
votes
2 answers

How to get a Workday worker / employee web profile URL?

I wish to retrieve a Workday worker (aka employee) web profile URL via the Workday API. The use case is that I'm building a chatbot to retrieve user information and I want to be able to deep link to the worker (employee) web profile. The issue is…
Grokify
  • 15,092
  • 6
  • 60
  • 81
4
votes
1 answer

Authentication Spring SOAP to Workday

I'm very new to handling SOAP requests and I'm trying to consume the Workday's SOAP api listed here. I've used an gradle/ant script for generating the classes from the WSDL based on the Spring tutorial here Now that, the classes have been generated.…
Guy Grin
  • 1,968
  • 2
  • 17
  • 38
2
votes
0 answers

Workday REST Api OAuth2.0 flows

I'm looking to integrate to Workday's REST Api services. Sadly enough, I do not have access to Workday's resource center - where all the documentation resides - it takes forever to get access to there. I was hoping to get some help from the…
axox-ea
  • 21
  • 3
2
votes
2 answers

How to convert a paragraph html string to plain text without html tags in google app script?

this is a follow up question from my previous question. I'm having trouble when I want to convert HTML strings to plain text without HTML tags in google app script using the reference in this question. However, this time it's a paragraph…
Nadila
  • 73
  • 6
2
votes
1 answer

OutOfMemoryException In Azure Function

I am pulling data from workday using code below and storing them in User List for processing : Workday_Common_HeaderType header = new Workday_Common_HeaderType(); //Fill the Workday header at your wish (omitted for code clarity) …
Anass Kartit
  • 2,017
  • 15
  • 22
2
votes
1 answer

Workday soap api - Get_Candidates operation

I'm starting to work on workday integration, when my first purpose is to retrieve all candidates\applicants that currently exist. I copied the "Get_Candidates_Request" xml from the official documentation site…
2
votes
2 answers

What credentials I need to be able to connect to Workday via Api

I need to integrate with Workday API, but from a search all over the internet I didn't find any sure answer about what credentials I need to be able to connect . as far as i find it's only user name and password butI saw something about Tenent and…
Tom Ketter
  • 21
  • 1
  • 3
2
votes
1 answer

How to change xml generated by soap package in node.js?

I am using SOAP package to make a request to workday-api by xml. Issue is with xml generated by soap package. generated XML
Setu Modi
  • 100
  • 8
2
votes
0 answers

Is there a way to query Workday API for PTO Requests?

I'm working on a project to display pending PTO Requests. Searching around on SO showed that I can set up a custom report to expose user records and be queryable by something like an email. Link: Workday get_worker from USER_ID or email filter My…
2
votes
1 answer

RCurl::getURL works, httr::GET has Failure when receiving data from the peer

I am building some functions to pull csv files from a website (in this case Workday) that requires basic authentication. I am noticing httr is not performing as expected When I use the…
blakiseskream
  • 338
  • 4
  • 9
2
votes
2 answers

WorkDay Human_Resources API Integration

I have successfully integrated both Human_Resources and Financial_Management using asp.net C#. So I'm putting all together all the issues I had experienced and helpful resources I found online: WorkDay Documentation is available…
Alfred Roa
  • 223
  • 1
  • 5
  • 10
2
votes
1 answer

Workday system event outbound subscriptions

We are working on a use-case where in we need to get real time updates from Workday systems for the events occurring in Workday Systems. I have read some articles stating that this can be achieved using Workday Event Subscription capabilities.…
user1728578
  • 89
  • 3
  • 8
1
2 3
9 10