|
Home > Archive > BizTalk Server Orchestration > February 2006 > Business Rules for Multiple Records
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Business Rules for Multiple Records
|
|
| Kallu 2006-02-17, 10:50 pm |
|
Hi All,
Business Rules are not applied to all records in a Xml File .The Rules are
applied to just first record and all the other records are skipped.
Is it possible to call Business Rules for a xml file that contains
multiple records or Do i need to split using DisAssembler Component and call
the rules engine each time?
-Regards,
Sharath
| |
|
| Hello Kallu,
No you dont have to split your message, you can loop thru nodes, although
its a bit hard to describe over a newsgroup posting.
Basically your problem exists around the definition of your xpath field and
xpath selector properties.
You have to adjust your xpath field so that it targets the correct depth.
Withouth knowing what your xml looks like, its hard to say more, maybe this
will provide a hint.
Cheers,
BA
http://biztalkia.blogspot.com/
> Hi All,
>
> Business Rules are not applied to all records in a Xml File .The Rules
> are applied to just first record and all the other records are
> skipped.
>
> Is it possible to call Business Rules for a xml file that contains
> multiple records or Do i need to split using DisAssembler Component
> and call the rules engine each time?
>
> -Regards,
> Sharath
|
|
|
|
|