Re: Inserting entire XML message into database

Home Page Forums BizTalk 2004 – BizTalk 2010 Inserting entire XML message into database Re: Inserting entire XML message into database

#21373

One last thing, while playing around with this I tried your solution directly and still get an implicit conversion error with the

MsgXmlLogMessage = MsgSalesOrderRcvd;  // Initialize the XmlDocument message

statement in an expression shape immediately after the receive.  I tried it both a message and with a variable ot type System.Xml.Document.  Just out of curiosity, ow did you get that to work?