Mendix generated xml for webservice call

0
Hi, I do not want to call a webservice, but I would like to have the Mendix generated xml (from wsdl) including soap envelope, which mendix generated when you call this webservice. At the moment I map my header, map my body and do some string manipulation to get the xml.
asked
1 answers
1

You can see the raw xml messages sent to the webservice when you set the loglevel of the Webservice node to TRACE. Maybe this can help you?

answered