Constrain webservice output

2
Simplified I've a webservice that exports order with orderlines. But I want to export only the orderlines where someBoolean = true(). But in the member selection for the exposed service I see no possibilities for that. Any ideas?
asked
2 answers
1

You could add a temporary association that you fill just before service response. When filling you can use any constraint you want. Do take care of the naming in the WSDL when you change the association used in the response.

answered
0

Normally a published webservice is based on the output of a microflow. Can you add the constraint to the data returned in the microflow?

answered