How to bypass the XML disassembler

Home Page Forums BizTalk 2013 & BizTalk 2013 R2 How to bypass the XML disassembler

Viewing 0 reply threads
  • Author
    Posts
    • #28014

       

      I am receiving an XML file that is currently being disassembled into multiple messages using the standard XML receive pipeline.  It works fine, except that I also wish to save the original envelope file into an archive folder and add an xslt instruction to the XML envelope, which the standard XML send pipeline handles fine.  The problem is that in order for the send pipeline to add the instruction, it seems that I must use the XML receive pipline, but this will automatically disassemble the envelope into its component messages.  I tried doing a passthrough receive and XML send, but that didn’t work.  All I really need is an XML receive pipeline that doesn’t debatch the envelope and passes the entire message as an XML file through to the.  I’m using BTS 2013 R2.  I can’t remove the envelope information from the schema because I do need to debatch the messages in a separate subscription.  I know that I can achieve this by writing a custom disassembler component (or a custom encoder component), but I’m hoping that I can create a custom pipeline to do this, or perhaps an orchestration.

      Any advice would be appreciated.

Viewing 0 reply threads
  • The forum ‘BizTalk 2013 & BizTalk 2013 R2’ is closed to new topics and replies.