Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Nant not able to create Request-Response receive port.
- This topic has 0 replies, 1 voice, and was last updated 9 years ago by
community-content.
-
AuthorPosts
-
-
February 27, 2008 at 9:31 AM #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><CustomProps><UseSSO vt=”11″>0</UseSSO><ReturnCorrelationHandle vt=”11″>-1</ReturnCorrelationHandle><ResponseContentType vt=”8″>text/xml</ResponseContentType><LoopBack vt=”11″>0</LoopBack></CustomProps></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
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.