Is xpath with range position query not supported in Oracle Soa / OSB?
i have sample xml return as output from db below:
when i tried this xpath in soa,
$outputVar/ns7:StormgeoVesselRep[position() >= 50]
it throws this error.
<?xml version = '1.0' encoding = 'UTF-8'?>
<RestFaultElement>
<code>{http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure</code>
<summary>faultName: {{http://docs.oasis-open.org/wsbpel/2.0/process/executable}selectionFailure}
messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
</summary>
</RestFaultElement>