Imported webservice that provide data that maps to enumeration value

3
Is there any easier way to handle enumerations in imported webservices besides using a string converter? Currently we use the string converter that matches the input string to all possible key values or empty otherwise. However to me that seems like default behaviour. Is this perhaps present in newer versions or should i file a feature request?
asked
1 answers
3

The enumeration value is just a string value in xml, so converting the string to a enumeration value seems necessary to do something with this value in Mendix. Maybe there should be a easier way to map the string values to an enumeration, filing a feature request would be a good one :)

answered