RODL Command Line Tool
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
The RODL command line tool was added to RemObjects SDK version 4. It's based on the same code as the Service Builder uses but it's made specifically to expose all code generation as a command line tool. It can be used for importing, code generation and validation.
| | |
|---|---|
| RODL /import /type:<type> /file:</file> /out:<output> | |
| /type:<type> | The kind of file to import. Currently only wsd is supported as an option here. |
| /file:<file> | The name of the file to import. This is the main file for the import and can be a relative or absolute path. |
| /out:<out> | The output RODL file name to save this WSDL under. |
| RODL /validate /rodl:<rodl file> | |
| /rodl:<rodl file> | The RODL file to validate |
| RODL /language:<language> /type:<type> /rodl:<rodl file> /out:<output> | |
| /language:<language> | The output language for the code generation. When the name of the programming language contains a space it has to be quoted. Depending on the version and product combinations the following possible options can be available:
The wsd language option generates a WSDL file and the res language option generates a resource (.res) file. |
| /type:<type> | The kind of file to generate. Can be an intf, invk, impl or async file. Ignored for soap and res mode. |
| /service:<service> | When generating an impl file, this denotes the service to generate code for. |
| /namespace:<namespace> | When generating code for .NET languages this will be the namespace the code generator will generate the code for. |
| /rodl:<rodl file> | The input RODL file to use. |
| /out:<output> | The output file to use. Should include the relevant extension for the file type being exported. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
