Manually - Enterprise Integration Server - English - Foundation 22.1 - OnBase - Premier - external - Standard - Premier - Standard - OnBase/Enterprise-Integration-Server/English/Foundation-22.1/Enterprise-Integration-Server/Enterprise-Integration-Server-Configuration/Configuration-Overview/Additional-Inbound-Configuration/Sending-an-XML-Rendition/BizTalk-Server-Configuration/Manually - 2022-08-18

Enterprise Integration Server

Platform
OnBase
Product
Enterprise Integration Server
Release
Foundation 22.1
License
Premier
Standard
  1. Open the primary XSD (for example, HylandAdapterBinding.xsd).
  2. Locate the <xs:include schemaLocation ="" /> tag.
  3. Edit the schemaLocation to include the Document Type XML rendition XSD (for example, HylandAdapterBinding1.xsd), so that the tag resembles the following:
    <xs:include schemaLocation ="HylandAdapterBinding1.xsd" />
  4. Save and close the primary XSD.