Executing maps in a pipeline

Home Page Forums BizTalk 2004 – BizTalk 2010 Executing maps in a pipeline

Viewing 1 reply thread
  • Author
    Posts
    • #18683

      Hi all:

      I need to create a custom pipeline component that executes a biztalk map. Is there any class in the SDK that can achieve this?

      Thanks

    • #18712

      From a BIztalk Map, you can right-click “Validate Map” and it will generate the XSLT (cntl-Right-Click on the generated filename in the output window).  You could then probably save the XSLT to disk somewhere, and call it from .NET using the XML/XSLT classes. But then you would have to remember to deploy the XSLT file to production and put it in a “well known known location”.

       

      • #18713

        Is there any way to make this by calling the .btm file directly? Must i extract the .xsl always to make this?

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.