I need to be able to use System.Xml.XmlDocument in my workflow diagram.
Basically, I need to load an xml file and return the content of the file as Response in a Sequential Service.
I am trying to use the InvokeMethod activity, set the targetobject to 'New XmlDocument', Method to 'Load', added a Parameter to pass the xml file path.
But how do I get the xmldocument.outerxml value?