Workday Launch EIB Activity - One or more errors occurred. The response message does not match the content type of the binding

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?

2023-09-26 08_48_02-Workday Integration Testing - UiPath Studio Community

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="'.)
================

@Chris_Weitzel

As per error it is looking for a xml but html is received

what did you pass in the file parameter?

and Why the intergration system ID is left empty?

https://docs.uipath.com/activities/other/latest/legacy-integrations/workday-launcheib

cheers

@Anil_G,
Integration System ID is empty because the Launch EIB activity only allows 1 input - either IntegrationSystemID OR WorkdayID. I tested the activity using both options and the error is the same.

I am not using the File parameter. Unless I am mistaken, the File parameter is only used for overrides. The EIB I’m using does not require overrides.

This operation will Launch an EIB Integration. The request has the ability to accept override Runtime Parameters that should be used within the integration processing. If no override is provided within the request, the System Default, which has been defined on the EIB Definition, will be used. The result of this operation will be the creation of an Integration Event along with the processing of the integration itself.

Problem Solved

I didn’t realize there was a difference between the standard user login URL and the URL required for integrations. I was using the user login URL. Though I connected, the messages sent back to the automation were HTML rather than XML, thus the error.

The UiPath documentation for Workday Scope clearly states that the following:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.