Exporting Gateway Integration Endpoint Definitions as Comments
Integration endpoint definitions can be exported as comments using Advanced STEPXML. These exports are intended to be used for submission to external source control systems for comparison purposes. Users can import them into source code repository systems where they can be compared from version to version. Editing and/or importing of these files is not supported (e.g., users may not export, edit the comments, and re-import in STEP).
To export an integration endpoint definition for external comparison, use Advanced STEPXML and set the DefinitionsAsComments tag to 'true', as shown in the following sample template:
An example of the output for an integration endpoint definition as comments is shown below:
<OutBoundIntegrationEndpoint...> <!--Definition: [This will be the IEP definition. Removed for brevity. -->[Remaining configuration is included] </OutBoundIntegrationEndpoint>
Note: The content of the comment field is not part of the STEPXML XSD and therefore Stibo Systems reserves the right to change the format of the output content at any time.
Additionally, integration endpoints can be exported using STEPXML. For information, refer to the Configuration section for the Include Integration Endpoints parameter of the STEPXML Outbound Parameters documentation here.