For partners that build or integrate commercially available applications and service solutions with the Oracle Cloud Platform
For partners that provide implementation or managed services around Oracle Cloud Applications
Hello,
We have a webservice that returns an array for us with two dimensions “Name and Sequence”.
I need to sort this array by the second dimension "sequence" and send the names to another webservice (already sorted).
Does anyone know any alternatives to do this? We saw that Javascript and variables only work with "text" type.
Thanks!
Comment
You can use xsl:sort function within XSLT and use upload mapping option in OIC.
Average Rating:



1 rating
|
Sign in to rate this
Hello
Sorry I didn't find anywhere in my mapping this sort function. How do I do that?
thanks.
Be the first to rate this
|
Sign in to rate this
It's not a supported function in OIC UI. But the XSLT engine supports the function. So you can export the integration, unzip it, find the relevant mapping and then manually edit the xslt (you can use jdeveloper as well) and import the xslt from UI in integration canvas.
Be the first to rate this
|
Sign in to rate this