Hi,
You can do this do create a custom request body (or header) and start with
<ns0:zgvfstockoverview01p xmlns:ns0="urn:sap-com:document:sap:soap:functions:mc-style">
So in this example: I swap 'urn' and 'ns0'
Hi Masterman,
By the look of your request your service is using wsse security. You can change the Mendix header to use this by clicking on request header tab then click on custom and finally select the WS Security Username Token from the dropdown. You can then add change in the template to include username and password. You should be able to also change the wsse to oas and it should work ok for you.
Regards Simon