Hi,
Is there a way or any tool that can be used to read the OML file which is in binary format and get the content in that file as plain text.Or is there any info about the OML file standard and what is the structure of an OML file.We are trying to get the logic used in outsystems app and use that in another platform or create another application with the same logic and flow but with some modification.
We dont want to detach our application from outsystems cloud and so we are not interested in that option.
Partly, the text version of the OML is in XML format, a simplified version of that XML is retrievable, tools like OutDoc make use of it. If you in inspect the OutDoc Forge component you can figure it out.
But you will not find code in there that you can just reuse, actually I think it would be much much easier to inspect your OutSystems modules in ServiceStudio if you want to replatform your application.
-- Daniel