Hi
We intend to perform some automated linkage between SharePoint and Workday HCM through MS flow. We are using OOTB Workday HCM connector. As per the documentation, Workday HCM connector requires the following parameters;
Workday endpoint
string
Your Workday account endpoint URL (format: https://<WORKDAY_HOSTNAME>.workday.com/ccx/service/<tenant name>)
User name
string
Your Workday account user name (format: <user>@<tenant name>)
Password
Your Workday account password
Our workday details are as follows:
> Instance URL : https://wd5.myworkday.com/<COMPANY_NAME>
> User Name: email ID
My Connection details are:
Workday EndPoint : https://wd5.workday.com/ccx/service/<COMPANY_NAME>
username: emailID
Password: password
The connection shows in connected state. However, when i use the connection I get the following error message;
The error response body was not a valid SOAP error response. The response body was:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=UTF-8"/> <title>Workday</title> <link rel="stylesheet" type="text/css" media="screen, projection" href="/css/main.css" /> </head> <body> <!-- finish header --> <div id="content"> <h1>Not Found</h1> <p>The requested URL was not found on this server.</p> </div> <!-- start footer --> </body> </html>
Regards,
Namit
This is still not working and getting the same error, any update on this fix?
This is working for me by using the following URL format in my Flow Connection:
https://<host>.workday.com/ccx/service/<tenant>/Human_Resources
Also, don't forget to use the format <username>@<tenant> for User Name field in the Connection configuration screen.
I'm running into the exact same issue. Were you able to figure out a resolution?
Namit
You need to determine the Workday endpoint url by looking into the wsdl generated by workday. This article has details about how to generate wsdl :https://community.workday.com/user/login?destination=/articles/6120
I hope you have replaced the "service" part in the url. Ex: Human_Resources is the HR service. Unfortunately the Flow connector documentation does not give much details about this.
Hi,
Thanks for your reply!
The isssue still exists. As far as the username is concerned, I have entered the username which I used to login to the workday, which in my case is the email ID.
Is there a workday specific username as well? How do i find that? The error screenshot is as follows;
Are there any video tutorials for using the Workday HCM connector for MS flow?
Hi @namit_gupta,
Does your issue still exists?
Could you please share a screenshot about your issue?
The error message that you provided told that "The requested URL was not found on this server", I find that the User name should be with type: <user>@<tenant name>, and you provide the email ID. Please take a try to create a new connection will requested type.
Best regrads,
Alice