Sort on a field in a structure in Enterprise

Hi All,

I am developing an application in Enterprise Server. I have a structure (contain 4 fields). I would like to do sort on second field (itemname). Could any body let me know how to do it in Enterprise Integrator.

Thanks in advance,

Vinay

There is no built in sort, so you’ll have to write a sort algorhythm. You can do this in straight Java using a custom step. I suggest writing it as a Common Operation to maximize reusability.

Theo

Hi

If you could use the SortMap implementtion classes ,you could sort easily rather than implementing the sort alogorithm

Thanks for your replys. Could you please let me know SortMap classes are webMethods Java API?.

it is in java.util, SortedMap