Optional parameters in WebService calls

Description

When we tried to make WebService calls via php we found that some of the parameters are mandatory even if they are constants in the database. To prevent that we have to send empty parameters, i changed the minOccurs of TableName, RecordID and Action to 0 and regenerated the idempiere-xmlbeans.jar. Also i changed the Filter of ModelGetList to minOccurs=0.

Environment

None

Attachments

1
  • 11 Jun 2014, 11:08 AM

Activity

Show:

Carlos Ruiz May 15, 2015 at 5:56 PM

Although those parameters are static - the code throws a warning in case somebody tries to use them with different value.

Won't Fix

Details

Assignee

Reporter

Labels

Tested By

Jan Thielemann

Priority

Created June 11, 2014 at 11:08 AM
Updated July 1, 2015 at 1:04 PM
Resolved May 15, 2015 at 5:56 PM