Building Specifications Using the BizTalk Editor

In this section, we will build specifications that facilitate the delivery and transformation of bank transaction data between three banks, Sunset Bank, Bank of America, and Fidelity. The application we will build is going to reside at Sunset Bank, whose internal systems expect to receive an XML transaction document. An example instance of the Transaction.xml XML document is displayed in Listing 4.2.

Listing 4.2. The TransactionInstance.XML Document
<Transaction>
   <Account>1</Account>
   <Amount>500.00</Amount>
   <Type>Credit</Type>
   <Facility>Bank of America</Facility>
   <Location>
      <Name>Manassas</Name>
      <Address>6815 Stillbrooke Road</Address>
   </Location>
</Transaction>

Sunset Bank receives transaction ...

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.