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

11g to 12c OSB projects migration points

1. Export 11g OSB code and import in 12c Jdeveloper. Steps to import OSB project in Jdeveloper:   File⇾Import⇾Service Bus Resources⇾ Se...