Entity to XML

0
I need to get information of an entity in XML (as a string) to a Java action in Mendix. What will be the best, Published Odata/Web service or is there a other way i can access and translate to XML internally?
asked
2 answers
1

Hi Werner,

You could create a export mapping for a webservice of your entity. If you use the ' Export to XML' option in a microflow it would create a string XML of the entity defined by your export mapping.

 

answered
1

Maybe I'm misunderstanding your use case, but:

you can simply do an export with mapping (store as string). The mapping can be based on a Message Definition from your entity.

answered