EIS Message Item Type Configuration - EIS Message Item Type Configuration - Integration for Duck Creek - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Integration-for-Duck-Creek/English/Foundation-22.1/Integration-for-Duck-Creek/Claims-Configuration/OnBase-Configuration/EIS-Message-Item-Type-Configuration - 2022-08-18

Integration for Duck Creek

Platform
OnBase
Product
Integration for Duck Creek
Release
Foundation 22.1
License
Premier
Standard
Essential
ft:lastPublication
2022-08-18T21:48:20.052000
ft:locale
en-US

The Keyword Update EIS Message Item Type must be configured for the Integration for Duck Creek to function.

The configured schema of the Message Item Type should match the following:

 <?xml version="1.0" encoding="UTF-8"?> 
 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://www.hyland.com/oia" elementFormDefault="qualified"> 
 <xs:element name="KeywordUpdate"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="documents"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="document" minOccurs="1" maxOccurs="unbounded"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="id" type="xs:string"/> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 <xs:element name="keywordCollection"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="keywordGroup" minOccurs="1" maxOccurs="unbounded"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="typeGroupdId" type="xs:string"/> 
 <xs:element name="keywords"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="keyword" minOccurs="1" maxOccurs="unbounded"> 
 <xs:complexType> 
 <xs:sequence> 
 <xs:element name="typeId" type="xs:string"/> 
 <xs:element name="value" type="xs:string"/> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 </xs:sequence> 
 </xs:complexType> 
 </xs:element> 
 </xs:schema> 
Note:

For more information about configuring Message Item Types, see the EIS Message Broker module reference guide.