简体   繁体   中英

Call oracle forms from JavaScript by post method

I want to call oracle forms from JavaScript by post method. i tried this solution: Read POST data from Oracle Forms App

And its work, but my "form" read just the first parameter and it's value is all data after the equal sign (=). it's look like the plus sign (+) didn't separate between the parameters.

Do you know what is the right separate sign that should i use?

In order to call Oracle Forms from a REST service, first you have to create a web service that is representing the actions that you want to perform on the Form.

The only way possible to do it, is by using a tool called AuraPlayer. if you are not going to use that tool, you would have to implement the business logic behind the Form, and create a web service from it.

using AuraPlayer you can define the process on the form, and define the input/output parameters of the REST/SOAP service very easily (just in GUI)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM