Receive Pipelines in Orchestrations – Flatfile

Home Page Forums BizTalk 2004 – BizTalk 2010 Receive Pipelines in Orchestrations – Flatfile

Viewing 1 reply thread
  • Author
    Posts
    • #15984

      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>&lt;?xml version="1.0"?&gt;&lt;string&gt;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

    • #15985

      Dirk, you might want to try using the RawString class that's found on the BizTalk Documentation for this purpose, instead of using a regular System.String one.

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.