Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Getting an error as "Requested Recourse Could Not found" while sending a Get request to Workday

Rohit_Singh_19
Tera Contributor

I am getting an error as "The Request Resource Could Not Found" /404 while sending a GET request to Workday. I am using Oath 2.0 as authentication where I have generated a token and selected Request Headers. However while using the data stream I am getting the response from the same end point. Where could be the issue?

8 REPLIES 8

Nilesh Pol
Kilo Sage
Kilo Sage

@Rohit_Singh_19 

Check the integration setup in ServiceNow. ensure that the configuration is correct, including endpoint URLs, authentication profiles, and headers,This may include Content-Type, Accept, or other headers that Workday requires.

Shraddha Kadam
Mega Sage

Hello @Rohit_Singh_19,

 

Which method you are using Rest or Soap? 

Have you generated a token ?

 

Thank you 

 

If my response was helpful, please mark it as correct and helpful.
Thank you.

I am using SOAP and have generated token. 

Hello @Rohit_Singh_19 ,

 

I recommend trying the REST API to see if you receive a success code. I encountered the same error when using SOAP, but the REST API provided a successful response.

Thank you.

If my response was helpful, please mark it as correct and helpful.
Thank you.