Iteration Functoid issue

Home Page Forums BizTalk 2004 – BizTalk 2010 Iteration Functoid issue

Viewing 0 reply threads
  • Author
    Posts
    • #23022

      Hi,

      IM trying to use Iteration Functoid.

      My Input xml Schema structure is

      WeatherSummary
      — DailyReport
      — — Pressure
      — — WindSpeed
      — — Temperature

      Output xml Schema structure is

      WeatherReportSubSet
      — DailyData
      — — Pressure
      — — WindSpeed
      — — Temperature

      <DaliyReport > tag is linked to a “Iterartion” functoid which is then linked to a “Less than or Equal” functoid. Input parameters to the “Less than or Equal” functoid is 1) Iteration Functoid 2) the value 3 (Which i thought would give me the first three iterations)

      But when i send a sample xml file with 12  <DailyReport> tags, the resulting  xml at the other end produces relevant output to all 12 tags (not the first three which i expected).

      The <Pressure>, <WindSpeed> and <Temperature> tags are directly linked in the map without the use of any functoid. And these three tags carry integer data. Have i missed any configuration.

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