Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 Installed Components : ae2xsd Utility

ae2xsd Utility
The ae2xsd utility generates XSD schemas from a project metadata (TIBCO ActiveEnterprise classes and operations). The utility can be used for canonical models, the XML renderer in TIBCO IntegrationManager, as a source or target for XSLT mapping, and to share with downstream consumers of ActiveEnterprise generated XML.
The input is a multi-file project saved in ActiveEnterprise XML format. You cannot use this tool directly on a .dat file.
The syntax follows:
 
> ae2xsd -project path-to-multi-file-project-root-folder
[ -output path-to-output-folder ]
Both paths can be absolute file paths, or relative to the current working directory.
The -output argument and path are optional. If omitted, a folder named AE2XSD-generated is created in the current working directory.
The tool assumes that your PATH variable points to your Java SDK location and your CLASSPATH points to the TIBCO Adapter SDK or TIBCO Runtime Agent .jar files.
The schemas are generated in a nested folder hierarchy that reflects their namespaces, which in turn reflects the locations of the .aeschema files within the project. When type name collisions occur, schema namespaces (and therefore output locations) will differ from the original project structure.
The utility has the same functionality as the TIBCO Designer Tools Export AS XML Schemas menu command.
Location
The utility is found in TIBCO_HOME/tra/version/bin.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved