Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Inserting entire XML message into database › Re: Inserting entire XML message into database
December 15, 2008 at 1:55 AM
#21383
That is very strange. I just receive a message of type SalesOrder then I have a message of type System.Xml.XmlDocument in the orchestration and in the Expression shape I do this:
MsgXmlLogMessage(XmlDocument) = MsgSalesOrderRcvd(SalesOrder schema); // Initialize the XmlDocument message
I don’t understand why this works for me but no you.