RTL reading Services and Service Methods in RODL file

Hi,

This may be an obvious question, but I want to get a list of all the methods and services and “other items” in the RODL file. Are there methods of getting this info? For example, if I wanted to put the methods of a service in a drop-down or list. Service Tester does this.

Thanks!

Check out RodlReader in https://github.com/remobjects/ROCodeGen/tree/master/Source. it should usable be fully cross-platform, and is tested for al least on .NET and Cocoa actively.

1 Like

Hello

Take a look at the RODL sample at c:\Users\Public\Documents\RemObjects Samples\RemObjects SDK for .NET\C#\RODL . It does exactly what you need.

Regards

2 Likes