Home Page › Forums › BizTalk 2004 – BizTalk 2010 › biztalk file adapter › biztalk file adapter
October 26, 2005 at 11:21 AM
#12110
Hi!
In a messaging scenario like in your case the send port must be configured correctly to \”subscibe\” to the incoming message. Normally there a two types of errors.
1) the sendport should have the filter configured to the receive port (BTS.ReceivePortName == <name of your receive port>)
2) the receive port has the wrong pipeline configured and therefore doesn%u00b4t give you the xml-Format you might expect. I bet in 95% on number 1) 😉
good luck
mario