I am building a custom BizTalk adapter which takes XML messages which includes a node with another type from another schema. I am attempting to break out the internal message node inside the main message but I am having problems with XmlDocument and namespaces.
Can someone please point me in the direction to look for a solution to such a problem?