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

145 views Asked by At

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 i.e., the string before the underscore, which is used in the Idempiere Web Service Field Input.

1

There are 1 answers

2
CarlosRuiz On

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

screenshot from Web Service Security