Reputation: 1
I am new to this Middleware and I tried my level best to perform sorting using the flow steps in designer but couldn't make it.Can anybody help me out by giving me direction for how to complete my work?(like the flow steps in order and where i can put the conditions and all)
Thanks.
Upvotes: 0
Views: 2308
Reputation: 103
No need to over-complicate it - use the utilities - pub.document:sortDocuments is what you are looking for.
Upvotes: 2
Reputation: 5
What format do you have the numbers in? Are they in a flat file or in a string list etc.
Upvotes: 0
Reputation: 38
Logic behind Sorting in webMethods is same as all other languages. You need LOOP to iterate every string in stringList, BRANCH to compare the two number and then map to the compare result to new StringList.
Upvotes: 0
Reputation: 78
What do you want to Sort? For Document-Lists you will find a built-in services in the WmPublic Folder. For String-Lists i would use a Java-Service for Sorting.
Upvotes: 0