Custom Wsdl

4
In our wsdl that we are exposing from Mendix, we would like to change the display value of an enumeration. Example (Destination Enum): The Name is INTERNATIONAL and the caption is INT, we would like to expose the INT in the wsdl instead of the INTERNATIONAL. Example (Data Type Enum): The Name is INTEGER and the caption is INT, we would like to expose the INT in the wsdl instead of the INTEGER. This is for easier mapping from other applications in the company. Mendix does not allow for INT to be the enum name as it is a reserved word. Is this possible at all?
asked
1 answers
2

Nope.

answered