Export any (request as wel as response) domain structure to XML string based on WSDL. - Mendix Forum

Export any (request as wel as response) domain structure to XML string based on WSDL.

0

At this moment I implemented a consumed webservice (WSDL). 

By using an "Domain To XML" mapping I am able to export the request domainstructure to XML String.

However, if the response is a complex type (meaning that it returns a domainstructure too), this response cannot be converted from "Domain To XML" using a mapping.

The only way to do it is to create an XSD from the consumed webservice response, but that is giving dual maintenance and is error prone.

It would be very nice if the 'Domain To XML' mapping can be extended so you can choose if you want the exported String be the response or the request structure.

asked
0 answers