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