Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Inserting entire XML message into database › Re: Inserting entire XML message into database
December 15, 2008 at 6:25 AM
#21394
I ended up making a multipart message of type System.Xml.XmlDocument and assigning the message parts instead of the messages as you did in your example, but I get a routing problem that I think has to do with promoted fields. What pipelines are you using for your send and receive ports?