Re: property iteration
- From: "Anders Hogseth" <hogz@xxxxxxxx>
- Date: Wed, 11 Oct 2006 20:00:47 +0200
Hi!
This sample uses an orchestration to loop through elements.
http://objectsharp.com/blogs/matt/archive/2005/04/12/1703.aspx
Anders
"andrew" <andrew@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9559C8A6-170A-49F0-9FB7-C8994F1E4AE2@xxxxxxxxxxxxxxxx
I have a simple xml message that looks something like this:
<Root>
<Employee>
<EmployeeID>1</EmployeeID>
<JobsAssigned>10</JobsAssigned>
</Employee>
<Employee>
<EmployeeID>2</EmployeeID>
<JobsAssigned>5</JobsAssigned>
</Employee>
<Employee>
<EmployeeID>3</EmployeeID>
<JobsAssigned>8</JobsAssigned>
</Employee>
</Root>
I would like to iterate through each element and figure out which employee
has the lowest number for "JobsAssigned"... I can easily do this by having
BizTalk call a DotNet component... but I was wondering if there was a more
"BizTalk" way of iterating through properties/elements.
.
- Prev by Date: Re: Question about Siebel Adapter
- Next by Date: Re: Receive Port no more listening
- Previous by thread: Re: property iteration
- Next by thread: Re: property iteration
- Index(es):
Relevant Pages
|