Book Image

Getting Started with BizTalk Services

Book Image

Getting Started with BizTalk Services

Overview of this book

Table of Contents (17 chapters)
Getting Started with BizTalk Services
Credits
Foreword
Foreword
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Scenario walk-through


Let's revisit the EAI scenario with the following changes.

Northwind is an online retailer who manages an e-commerce website for customer purchases. Instead of processing orders, let's say they now receive invoices from their suppliers for the goods sold. For readability and regulatory reasons, they need to store this in PDF format in an on-premises system.

Note

It is assumed that the BizTalk Services SDK has been installed and Visual Studio shows the following projects:

  • BizTalk Service project: Create/Deploy bridges, schemas, and maps

  • BizTalk Service artifacts project: Create/Deploy schemas, and maps

Prerequisites

Northwind creates a new BizTalk Services deployment. See Chapter 1, Hello BizTalk Services on creating a BizTalk Services deployment and registering the BizTalk portal. We are going to use the PDFTemplate utility from pdftemplate.codeplex.com to generate PDF-formatted invoice messages. The utility is available under the GPLv2 license.

Solution

The solution would take...