Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Using BizTalk 2006 Mapping Engine › Re: Using BizTalk 2006 Mapping Engine
(I had been away for several days so couldn't see the latest response) Sorry for not making it clearer in earlier posts. In addition to passing the location of the file to map, the Xml is being used to pass other "context" information so I cannot pass the original file instead of Xml.
I am now faced with a problem which might have an easy solution but is not obvious to me right now!
In my Orchestration, I am using a .NET component to read the input file that gives me a byte array in the return value. I am using Microsoft.XLANGs.Pipeline.XLANGPipelineManager.ExecuteReceivePipeline to execute the pipeline. However this method requires an XLANGMessage object as its 2nd parameter. I do not know how to convery my byte array to an XLANGMessage object for passing it to my pipeline. I hope you could help.
Thanks