206
Views
1
Comments
Solved
Read and Display OML File as Text
Application Type
Traditional Web

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.


 


2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP
Solution

Hi,

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.