Logo
programming4us
programming4us
programming4us
programming4us
Home
programming4us
XP
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server
programming4us
Windows Phone
 
Windows Server

BizTalk 2010 Recipes : Messaging and Pipelines - Configuring Receive Ports and Locations

- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019
3/31/2011 2:51:02 PM

1. Problem

You have messages from an external application or system that you want to receive into BizTalk Server.

2. Solution

In BizTalk, receive ports and receive locations are configured to receive data from other applications, systems, or processes. As an example, the following solution describes the procedure for configuring a one-way receive port and a location to receive data from another application via a file input.

  1. Open the BizTalk Administration Console.

  2. Under the appropriate BizTalk application, right-click the Receive Ports folder, and add a new one-way receive port.

  3. In the Name text box, name the receive port (PubSubReceive in our example).

  4. Click the Receive Locations tab, and create a new receive location.

  5. In the Name text box, enter a name for this location (PubSubFileReceive in this example).

  6. Set the properties as follows (see Figure 1), and then click OK.

    • Type: FILE

    • URI (address): Click the ellipsis, and navigate to or enter the path to a location where the sample instance will be dropped (in this example, C:\Users\Administrator\Desktop\Drops\ReceivePubSub)

    • Receive pipeline: Microsoft.BizTalk.DefaultPipelines.XMLReceive pipeline

Figure 1. Receive location properties

3. How It Works

Receive ports and receive locations are used in tandem to receive data into the BizTalk environment. Data could be from an internal application or an external entity across the Internet, for instance. Receive locations are tied to a receive port; however, there can be many receive locations per port. There are two types of receive ports:

  • Static one-way: A port defined to receive data into BizTalk.

  • Request response port: A port that is used to receive data, but then submit a response back to the sending entity. An example of this could be a web service or HTTP request (request/response–based transport).

Within the receive port configuration, an XML message can be transformed via inbound maps.

Associated with a receive port are one to many receive locations. Receive locations are the physical entry point into the BizTalk MessageBox. The following receive location options can be configured:

  • General: Configure the transport type and location. The transport type includes all BizTalk out-of-the-box adapters (FILE, MSMQ, SQL, HTTP, and so on). The location includes the physical location, input masking, authentication, and batching options based on the transport type.

  • Receive handler: The physical BizTalk host the receive location is to run under.

  • Receive pipeline: Receive pipelines are BizTalk components that support various types of message construction. In addition, pipelines can be extended via .NET code through the BizTalk interface iComponent. Common uses of pipelines are to enable message transformation for non-XML messages, such as a flat file format or a recordset from a database. In addition, receive pipelines can also be specified for well-formed XML messages.

  • Service window: Service window properties enable constraints on when a receive location is active by date and time filters. This might be useful when dealing with cost-prohibitive communication entities or nondedicated transport.

Other -----------------
- Windows Server 2008 Server Core : Managing Active Directory with the DSQuery Utility (part 3)
- Windows Server 2008 Server Core : Managing Active Directory with the DSQuery Utility (part 2)
- Windows Server 2008 Server Core : Managing Active Directory with the DSQuery Utility (part 1)
- Using Operations Manager to Monitor Exchange Server 2010 : Outlining OpsMgr Architecture
- Using Operations Manager to Monitor Exchange Server 2010 : Explaining How OpsMgr Works
- Using Operations Manager to Monitor Exchange Server 2010 : OpsMgr Exchange Server 2010 Monitoring
- Managing Metadata and Content Types in SharePoint 2010 : Content Types Practical Applications
- Managing Metadata and Content Types in SharePoint 2010 : Site Columns Practical Applications
- SharePoint 2010 : Setting Metadata Standards with Default Values
- BizTalk 2010 Recipes : Document Mapping - Testing Maps
 
 
Top 10
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
 
programming4us
Windows Vista
programming4us
Windows 7
programming4us
Windows Azure
programming4us
Windows Server