Create an application in BizTalk to confirm if it follows a template format. Input will be template and the file to confirm and the output will be a boolean.

Home Page Forums BizTalk 2004 – BizTalk 2010 Create an application in BizTalk to confirm if it follows a template format. Input will be template and the file to confirm and the output will be a boolean.

Viewing 0 reply threads
  • Author
    Posts
    • #26204

      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.

       

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