Editar

Compartilhar via


Step 3C: Add a FILE Send Port to Capture the Sw:HandleFileRequest and Sw:HandleSnFRequest Messages for the FileAct Store and Forward Scenario

Before you begin this step, you must complete Step 3B: Add a FILEACT Receive Location for the FileAct Store and Forward Scenario.

To add a FILE send port to capture Sw:ResponseServer message

  1. Start BizTalk Server Administration.

  2. In the console tree, expand the BizTalk group, and then expand the BizTalk application for which you want to create a send port.

  3. Right-click Send Ports, point to New, and then click Static One-way Send Port.

  4. In the Send Port Properties window, name the send port, Tutorial_FA_SendResponseToReceiver.

  5. In the Send Port Properties window, from the Transport type drop-down list, select FILE, and then click Configure.

  6. In the FILE Transport Properties dialog box, in the Destination folder box, type C:\SWIFTAdapterTutorial\Fileact\ResponseServer, and then click OK.

  7. In the Send Port Properties window, do the following:

    Use this To do this
    Send handler From the drop-down list, select BizTalkServerApplication.
    Send pipeline From the drop-down list, select XMLTransmit.
  8. In the Send Port Properties window, on the Filters tab, do the following:

    Use this To do this
    First row: Property From the drop-down list, select BTS.MessageType.
    First row: Operator From the drop-down list, select ==.
    First row: Value Type Sw-HandleFileRequest.
    First row: Group by From the drop-down list, select OR.
    Second row: Property From the drop-down list, select BTS.MessageType.
    Second row: Operator From the drop-down list, select ==.
    Second row: Value Type Sw-HandleSnFRequest.
    Second row: Group by Leave the default value.
  9. Click OK.

See Also

Step 3: Create Send Ports and Receive Ports for the FileAct Store and Forward Scenario
Step 3A: Add a FILE Receive Location for the FileAct Store and Forward Scenario
Step 3B: Add a FILEACT Receive Location for the FileAct Store and Forward Scenario
Step 3D: Add a FILEACT Send Port for the FileAct Store and Forward Scenario