I am trying to read the flatfile into an orchestration and send it
to .Net class which would read it and organize the file in a specific
order. I get an error when I try to read the message inside the .Net.
I tried setting the input message type to string and xmldocument but I
get the error "Unable to match the data in the input stream. ". I
understand I need to create a custom recieve pipeline component to
read the input file as a string. What I cant figure out is how do I
create that.
All help is great help.