Is it possible to add attributes to SOAP body with Mendix?

1
I have to put 2 attributes (Id, wsu) on the soap body. Is this possible so that Mendix sends the soap requests with the parameters? <soapenv:Body wsu:Id="id-2828" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
asked
1 answers
0

I guess you could if you compose the entire soap body yourself using the 'custom' option.

answered