I have a simple proof-of-concept attended automation to launch a Workday import EIB. The EIB functions correctly within WD. Through debug I can see that the connection to the WD tenant is successful, but the Launch EIB activity produces the following error.
Any ideas for how to resolve the error?
09/26/2023 08:07:06 Launch EIB: One or more errors occurred. (The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8). If using a custom encoder, be sure that the IsContentTypeSupported method is implemented properly. The first 1024 bytes of the response were: '<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<meta name="msapplication-config" content="none" />
<meta name="Generator" content="Drupal 9 (https://www.drupal.org)" />
<meta name="MobileOptimized" content="width" />
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="//static.community.workday.com/react@17/react.production.min.js"></script>
<script src="//static.community.workday.com/react@17/react-dom.production.min.js"></script>
<script src="//static.community.workday.com/coveo/headless_1.100.0.js"></script>
<script src="//static.community.workday.com/cmty@v1/index.iife.min_1.1.11.js"></script>
<link rel="stylesheet" href="//static.community.workday.com/cmty@v1/index.iife.min_1.1.11.css" />
<link rel="icon" href="/themes/custom/phoenix/images/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="canonical" href="https://community.workday.com/outage-page/8" />
<link rel="shortlink" href="'.)
================