Problem
You wish to sort a Document List (IData array in java speak) based on a given key.
Solution
Use IDataUtils.sortIDataArrayByKey method.
This method has the signature (from the webMethods API javadoc documentation):
So create a wrapper java service which calls this method.
Labels