We do have a REST-interface to a third party application (an archiv-system)
The returned data is in XML format, so I use "xmltostruct" to convert to struct inside UnifAce.
All working well, but ...
But now I got a perforamnce issue 😔
When the server returns ~150k of data, it takes over 5 seconds to convert to structs.
a) is this normal?
b) any other (performant) way to convert XML to structs?
Ingo



