Creating the Sending and Receiving Applications

BizTalk Messaging is now ready to receive a document of a specific type from an application, transform it into another format, and pass it along to another application.

Now we need to modify and create the following three applications:

  • Create an ASP application that will send the document from Sunset Bank, Inc., to Big Bank Co, sendTrans.asp.
  • Modify the Big Bank Co.'s HTTP receive ASP page to receive the document coming from Sunset Bank, Inc., and submit it to BizTalk, receiveTrans.asp.
  • Create the application that will receive the final document from BizTalk and process it according to ordinary business rules, getTrans.asp.

Working with the Code—sendTrans.asp

Let's begin. First, develop the ...

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.