简体   繁体   中英

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. While calling that service from SoapUI, I am getting the column not allowed message for one of the columns. 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.

The allowed columns are defined in the window Web Service Security , tab Web Service Field Input .

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

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

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