Hello,
I've used the sample 'Receive Pipelines in Orchestrations' to parse a flatfile to an XMLDocument from an Orchestration.
This works fine, except for the first and last fields: these contain the surrounding XML tags for the XML representation of the inputdata, e.g. the first field (name) contains:
<Name><?xml version="1.0"?><string>myName</Name>
I have used both System.Xml.XmlDocument as System.String as the message type send to 'ExecuteReceivePipeline' but both result in this problem.
Any ideas how to remove the extra data?
Thanks,
Dirk