Biztalk should accepts any type of message either xml or txt. And we have a template. We need to compare te input file with the template file. If both are equal then it returns boolean value true otherwise false
My idea is first we need to convert flatfile to xml. then we need to use untyped message type in the orchestration that will accepts any type of message.
But i don’t know how to compare untyped and typed messages …i am getting errors like use of constructed messages..
Please help me on this asap.