Posts Tagged ‘Pipeline’

Stephen Kaufman – 24 Oct 2004 11:14 PM – How to get the source file name in a pipeline component:

In previous entries I have shown how to access Pipeline Context items. There are a number of ‘built in’ promoted properties that provide important information. There are different items for the receive and send pipelines.

The 14 receive pipeline items are #including the associated namespace#:

1. ReceivedFileName #http://schemas.microsoft.com/BizTalk/2003/file-properties#

2. InboundTransportLocation #http://schemas.microsoft.com/BizTalk/2003/system-properties#

3. InterchangeID #http://schemas.microsoft.com/BizTalk/2003/system-properties#

4. ReceivePortID #http://schemas.microsoft.com/BizTalk/2003/system-properties#

5. ReceivePortName #http://schemas.microsoft.com/BizTalk/2003/system-properties#

6. WasSolicitResponse #http://schemas.microsoft.com/BizTalk/2003/system-properties#

7. AuthenticationRequiredOnReceivePort #http://schemas.microsoft.com/BizTalk/2003/system-properties#

8. InboundTransportType #http://schemas.microsoft.com/BizTalk/2003/system-properties#

9. LRPMsgBodyTracking #http://schemas.microsoft.com/BizTalk/2003/system-properties#

10. MessageExchangePattern (http://schemas.microsoft.com/BizTalk/2003/system-properties)

11. PortName (http://schemas.microsoft.com/BizTalk/2003/messagetracking-properties)

via How to get the source file name in a pipeline component – Stephen Kaufman’s WebLog – Site Home – MSDN Blogs.