Defining Document Definitions and Maps

Before we can begin working with the channels and ports, we need to define the documents with which we are going to be dealing.

The document definitions in this example will be named:

  • SunsetBank.xml

  • BigBank.xml

The SunsetBank schema defines the document format that will be sent to Big Bank and subsequently submitted to BizTalk Server. Listing 7.2 shows this schema.

Listing 7.2. SunsetBank.xml
 <?xml version="1.0"?> <Schema name="Transactions" b:BizTalkServerEditorTool_Version="1.0" b:root_reference="Transactions" b:standard="XML" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:b="urn:schemas-microsoft-com:BizTalkServer" xmlns:d="urn:schemas-microsoft-com:datatypes"> <b:SelectionFields/> <ElementType name="Type" ...

Get BizTalk™ Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.