简体   繁体   English

Adempiere Web 服务 createData 调用中允许和不允许的列

[英]What are allowed and not allowed columns in Adempiere web service createData call

I created a web service in Idempiere, added input params, etc, for createData service for one table.我在 Idempiere 中创建了一个 Web 服务,为一张表的 createData 服务添加了输入参数等。 While calling that service from SoapUI, I am getting the column not allowed message for one of the columns.从 SoapUI 调用该服务时,我收到其中一列的列不允许消息。 What does it mean?这是什么意思? which columns are allowed and which are not allowed, how to know?哪些列是允许的,哪些是不允许的,怎么知道?

I googled before posting here, but I couldn't find an answer to my doubt.我在这里发帖之前用谷歌搜索过,但我无法找到我的疑问的答案。

Edited: Solution: The column name to be used in SOAP request should be the first part ie, the string before the underscore, which is used in the Idempiere Web Service Field Input.编辑:解决方案: SOAP 请求中使用的列名应该是第一部分,即下划线之前的字符串,用于 Idempiere Web 服务字段输入。

The allowed columns are defined in the window Web Service Security , tab Web Service Field Input .允许的列在窗口Web 服务安全性,选项卡Web 服务字段输入中定义

For example: this is a screenshot taken from http://test-postgresql.idempiere.org/webui/index.zul?Action=Zoom&AD_Table_ID=53164&Record_ID=50001例如:这是从http://test-postgresql.idempiere.org/webui/index.zul?Action=Zoom&AD_Table_ID=53164&Record_ID=50001截取的截图

来自 Web 服务安全的屏幕截图

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

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