Getting an error as "Requested Recourse Could Not found" while sending a Get request to Workday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 04:30 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 04:35 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 04:57 AM
Hello @Rohit_Singh_19,
Which method you are using Rest or Soap?
Have you generated a token ?
Thank you
Thank you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 05:03 AM
I am using SOAP and have generated token.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-18-2025 05:14 AM
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.
Thank you.