I load a databaserecordset based on the requestfield into a table. When I set an 'extra' field to the value of a tablefield and use this extra field as the responsefield, the response of the generated webservice is as expected. (So the results of the databasequery are correct)
I would like to use ALL the values of 2 tablefields in the response. When I select the table, the table and the 2 fields or just the 2 fields, the response of the generated webservice is empty.
What is te right way to do this?
These are the fields that I can use as response field:

Thanks in advance and heapy easter!