Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: xMarkos on April 19, 2011, 06:24:03 pm
-
Hello,
I am writing command line tool that will allow me to export/import documentation and source code from a project.
I have been quite successful so far, I was able to reproduce most functions under "Documentation" and "Code Engineering" menus, however I had no luck finding functions for:
Code Engineering:
- Generate DDL
- Import DB schema from ODBC
- Generate WSDL
- Import WSDL
Documentation:
- Glossary
I hope there are methods that I missed, rewriting all of these functions from a scratch would be a waste of time.
I am using Enterprise Architect 8.
Thanx in advance
-
I just looked at the documentation, but I can't seem to find them either.
You better send a feature request then.
Geert
-
GeneratePackageDDL and GenerateElementDDL methods have been added to the EA.Project class for EA version 9.
Glossary terms can be accessed (and modifed) via the Repository.Terms collection.
No methods available to Import from ODBC, or Import/Generate WSDL at this time. Please submit feature requests for these items so they may be considered for a future release.
http://www.sparxsystems.com/support/feature_request.html
-
So there isnt any other option than just wait -_-
Thanx for your fast replies anyway.