I need to break the bizTalk message in the send pipeline. It is easy with disassemblers in receiving pipelines, but it does not work in sent pipelines (it makes sense).
So what is the recommended way to do this? The only easy way to do this is to write the outgoing message to a file, then process it using the receive pipeline with the disassembler, and then send the generated messages through the outgoing pipeline. Honestly, I don’t need an additional circuit through the message box, but I don’t want to create a custom send adapter.
Any other suggestions? Any easy way to save messages with multiple parts using ootb file adapter?
ToxicAvenger
source
share