Nant not able to create Request-Response receive port.

Home Page Forums BizTalk 2004 – BizTalk 2010 Nant not able to create Request-Response receive port.

Viewing 0 reply threads
  • Author
    Posts
    • #18997

      Hi,

      I am using Nant (Deployment Framework by Scott Colestock) to create BizTalk deployment package, This package does not have any orchestration, it has only Schemas, Maps and Receive ports. I have assigned Outbound maps to the  request-response receive ports. I am able to build the package with the follwoing Port information

       When I deploy the package it is creating a Onw-Way port and not the Request-Response port. Am I doing anything wrong?

      Following is the Port information in the PortBinding.xml file.

        <ReceivePortCollection>
          <ReceivePort Name=”Request_ReceivePort” IsTwoWay=”true”>
            <ReceiveLocations>
              <ReceiveLocation Name=”Request_ReceivePortLocation”>
                <Address>/ReceiveHttpPool/BTSHTTPReceive.dll</Address>
                <PublicAddress />
                <Primary>true</Primary>
                <ReceiveLocationTransportType Name=”HTTP” Capabilities=”387″ ConfigurationClsid=”xxxxx-55d2d1a3ffb6″ />
                <ReceiveLocationTransportTypeData>&lt;CustomProps&gt;&lt;UseSSO vt=”11″&gt;0&lt;/UseSSO&gt;&lt;ReturnCorrelationHandle vt=”11″&gt;-1&lt;/ReturnCorrelationHandle&gt;&lt;ResponseContentType vt=”8″&gt;text/xml&lt;/ResponseContentType&gt;&lt;LoopBack vt=”11″&gt;0&lt;/LoopBack&gt;&lt;/CustomProps&gt;</ReceiveLocationTransportTypeData>
                <ReceivePipeline Name=”Microsoft.BizTalk.DefaultPipelines.XMLReceive” FullyQualifiedName=”Microsoft.BizTalk.DefaultPipelines.XMLReceive, Microsoft.BizTalk.DefaultPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=xxxxad364e35″ Type=”1″ />
                <ReceivePipelineData xsi:nil=”true” />
               <Enable>true</Enable>
                <ReceiveHandler Name=”BizTalkServerIsolatedHost”>
                  <TransportType Name=”HTTP” Capabilities=”387″ ConfigurationClsid=”xxxxx-55d2d1a3ffb6″ />
                </ReceiveHandler>
              </ReceiveLocation>
            </ReceiveLocations>
            <SendPipelineData xsi:nil=”true” />
            <Authentication>0</Authentication>
            <Tracking>0</Tracking>
            <Transforms />
            <OutboundTransforms>
        <Transform FullName=”UseMapInPort.RequestMap” AssemblyQualifiedName=”UseMapInPort.RequestMap,UseMapInPort, Version=1.0.0.0, Culture=neutral, PublicKeyToken=xxxx” />
            </OutboundTransforms>
          </ReceivePort>
        </ReceivePortCollection> 

      Thanks,

      Raj

       

Viewing 0 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.