Can I send flatfile string to a custom pipeline within an orchestration?

Home Page Forums BizTalk 2004 – BizTalk 2010 Can I send flatfile string to a custom pipeline within an orchestration?

Viewing 1 reply thread
  • Author
    Posts
    • #18240

      Hi, I want to send a string containing flat file data to a custom pipeline with a flat file dissasamble stage. I can't get it to work to use the ExecuteReceivePipeline method from an expression shape in my orchestration. I've tried to create a non serialized string type for the input message to call the pipeline, but then I get an exception that tha data can't be recognized. Anyone have any idea on how I can continue or a better way to do what I'm trying to do. I would really apprechiate the help. Thanks!

    • #18250

      Have you tried using the RawString type as the message type in your orchestration? ( The same one used in the examples for HTML emails using the SMTP adapter in the biztalk documentation).

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