Chapter 2. Working with Schemas

Now that you understand some of the BizTalk tools and how to use them, let's increase the complexity of the demonstration project.

In this phase, you will create a schema that will define the structure of the message you will be processing. You will validate the schema and use it to generate an instance file that conforms to the schema. You will then create an orchestration that uses data embedded within the incoming message to implement a business rule. Finally, you will deploy the application to the BizTalk server and test it.

The schema you create will be used to define the structure of an XML file that is used to generate an e-mail message such as the following:

<?xml version="1.0" encoding="UTF-8"?> <emailservice> ...

Get First Steps: Developing BizTalk Applications 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.