Creating a Messaging Port on the Source Server

A messaging port is a set of rules, configured by BizTalk Messaging Manager, with which you can direct how documents are enveloped, secured, and transported to a designated destination organization. The documents that a port transports originate from the source that is specified in an associated channel. A channel is a set of properties that you can use to provide BizTalk Server with the rules for processing a document that it receives.

In a messaging port, you designate a destination organization or destination application for the documents.

To create a messaging port on the source server

  1. On the source BizTalk Server, click Start, point to Programs, point to Microsoft BizTalk Server 2000, and then click BizTalk Messaging Manager.

  2. In BizTalk Messaging Manager, on the File menu, point to New, point to MessagingPort, and then click To an Organization.

  3. In the New Messaging Port Wizard, in the General Information screen, in the Name box, type the name of the port (for example, OutPortToDestination), and then click Next.

  4. In the Destination Organization screen, select the Organization option, and then click Browse to the right of the Name box.

  5. In the Select an Organization dialog box, select a destination organization (for example, DestinationOrg), and then click OK.

  6. Click Browse to the right of the Address box.

  7. In the Primary Transport dialog box, in the Transport type box, select HTTP from the drop-down list.

  8. In the Address box, type http://<destination server name>/<site name>/ReceiveStandard.asp, and then click OK.

This is the URL for the vendor to which you are sending purchase orders.

  1. Click Next.

  2. In the Envelope Information screen, in the Envelope information box, select POEnvelope from the drop-down list, and then click Next.

  3. In the Security Information screen, verify the Create a channel for this messaging port box is checked.

  4. In the Channel type box, select From an application from the drop-down list, and then click Finish.

  5. In the General Information screen, click Cancel.

The messaging port between your source organization and the destination organization is created.

See Also

Creating a Channel on the Source Server


All rights reserved.