Is it possible to Publish a webservice without associations tags in Mendix

2
Is it possible to publish a webserice in Mendix without association tags? Example: Published WS: <schadedocument> <number>123</number> <sd_schadedocument> <sd> <sd_schnrvg>exampleString</sd_schnrvg> </sd_schadedocument> </schadedocument> Is below possible in Mendix? <schadedocument> <number>123</number> <sd> <sd_schnrvg>exampleString</sd_schnrvg> </sd> </schadedocument>
asked
3 answers
1

You can edit your published webservice, the screen where you can select the attributes to publish. In the last 2 columns you see the name of the association, if you click those columns you can change the name.

answered
0

I know that is possible but the tags are still published....

answered
0

I am also facing this issue right now. According to functional requirements, an app has to publish a webservice without te association tags. Is there a way to do this?

answered