while i am using the below IData Object for sorting
IDataUtil.sortIDataArrayByKey(itemList, keyField, IDataUtil.COMPARE_TYPE_COLLATION, null, sortDescending);
it sorts the numeric values based on the digit we given,
For example if we give 120,110,650,540 it wrks finee …
if we give 20,120,85,650,450 it given wrong sort list.
my requirement is sorting doclist…
is there any one know any other idataobjects is there for sorting??
appreciate ur comments…
#Integration-Server-and-ESB#webMethods#Flow-and-Java-services