简体   繁体   English

通过post方法从JavaScript调用oracle表单

[英]Call oracle forms from JavaScript by post method

I want to call oracle forms from JavaScript by post method. 我想通过post方法从JavaScript调用oracle表单。 i tried this solution: Read POST data from Oracle Forms App 我尝试了以下解决方案: 从Oracle Forms App读取POST数据

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. 为了从REST服务调用Oracle Forms,首先必须创建一个Web服务,该Web服务代表要在Form上执行的操作。

The only way possible to do it, is by using a tool called AuraPlayer. 唯一可行的方法是使用称为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. 如果您不打算使用该工具,则必须实现Form背后的业务逻辑,并从中创建Web服务。

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) 使用AuraPlayer,您可以在窗体上定义过程,并非常容易地定义REST / SOAP服务的输入/输出参数(仅在GUI中)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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