Step 3: Configure a One-way FILE Send Port

In this step you configure a one-way FILE send port that consumes the response message received from the REST interface and copies it to a file location.

To configure a FILE send port

  1. From BizTalk Server Administration Console, under the BizTalk Application 1 node, right-click Send Ports, point to New, and then click Static One-way Send Port.

  2. On the General tab, do the following:

    Use this To do this
    Name Type SendPortOutAzureMarketPlaceData.
    Type Select FILE.
    Send handler Select BizTalkServerApplication.
    Send pipeline Select PassThruTransmit.

    Click Configure.

  3. From File Transport Properties, do the following:

    Use this To do this
    Receive folder Type a location where BizTalk Server copies the response message.
    File name Retain %MessageID%.xml
  4. On the Filters tab, specify the filter to consume all messages that are written to the BizTalk Server Message Box database by the receive port you created in Step 2: Configure a Two-way WCF-WebHttp Send Port.

    Parameter Value
    Property Set to BTS.SPName
    Operator Set to ==
    Value Set to SendPortRESTAzureMarketPlace
  5. Click OK.

See Also

Tutorial 5: Invoking a REST Interface Using BizTalk Server