Step 1: Create the Property Schemas

The first step in creating the BizTalk application is to create the property schemas. This topic lists these steps.

Property Schemas

To achieve a full integration between the Service Bus and BizTalk Server, it’s necessary to translate the properties exposed by a BrokeredMessage into context properties of a BizTalk message, and vice versa. The first step in this direction is to define two property schemas:

  • BrokeredMessagePropertySchema: Contains an element for each property of the BrokeredMessage class. This property schema is independent from a specific application and is fully reusable. This XML schema is in the PropertySchemas project:

    Brokered Message Property Schema

  • PropertySchema: Contains the application specific or custom context properties used by the ServiceBusSample application. This XML schema is in the Schemas project:

    Property Schema

Next Step

Step 2: Create the Request and Response Schemas

See Also

Concepts

Step 1: Create the Property Schemas
Step 2: Create the Request and Response Schemas
Step 3: Configure the Receive Locations
Step 4: Configure the Send Ports
Step 5: Create the Orchestrations
Create the BizTalk artifacts