RNIF Pipelines

The Microsoft BizTalk Accelerator for RosettaNet (BTARN) receive and send pipelines perform the processing required for receive or send RosettaNet Implementation Framework (RNIF) messages. This processing includes preprocessing, decoding/encoding, decrypting/encrypting, disassembly/assembly, and party authentication.

Pipeline Files

Standard BizTalk Server receive and send pipelines do not process RNIF messages natively. BTARN has added custom receive and send pipelines for this purpose. These pipelines are built on the BizTalk Server pipelines, but add BTARN-specific processing capability. The BTARN pipelines (RNIFReceive.btp and RNIFSend.btp) are available in the BTARN SDK at <drive>:\Microsoft BizTalk <version> Accelerator for RosettaNet\SDK\RNPipelines. This lets you customize them for your own purposes.

See Also

BTARN Receive Pipeline
BTARN Send Pipeline