Re: Not able to send data in send port

Home Page Forums BizTalk 2004 – BizTalk 2010 Not able to send data in send port Re: Not able to send data in send port

#17182
  1. Configure your Receive port to use PassThroughReceive
  2. Configure your send port to PassThroughTransmit 
  3. Configure your send port to listen to (filter on)  BTS.ReceivePortName == <Actual ReceivePort Name>
  4. Start the Application
  5. Restart the Host Instance.
  6. Drop your file in the receive location and watch it appear in the send port location.

This will bypass the need for an Orchestration.  Save this sample by simply right-clicking on the Application, select Export…Bindings… and save it where you want.  Now, if you want to add the Orchestration just to do it, or even to look at the message itself:

  1. Remove the Filter from the send port
  2. Change to XMLReceive and XMLTransmit.
  3. …ask if you need help with the Orchestration.