Friday, September 27, 2019

12c SOA - How to test Xquery from Jdeveloper

Step1: Open the Xquery in source mode and right click and click Run Xquery option.
Step2: For source variables which called the List of variables to bind, have to provide the xml inputs to test.
Step3: Here Choose Generate XML by Schema option and select Set XML Occurrence to 1 then select Save Generated XML to file and choose the input file.
 Step4: Click Add to sequence and OK.
 Step5: Give a target file name where u can see the output and click the Run button.
 Bang! You can see the output.

No comments:

Post a Comment

Featured Post

OIC - how can I use XSLT functions to remove leading zeros from numeric and alphanumeric fields?

To remove leading zeros from an numeric field in Oracle Integration Cloud (OIC) using XSLT, you can Use number() Function The number() funct...