intersystems / intersystems/git-source-control
[Feature Request] Export different Interop Configs as XML
- Dominant language
- ObjectScript
- Stars
- 22
- Forks
- 14
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 5
Description
Is it possible to export Interoperability Configurations to XML. For example: Ens.Config.BusinessPartner, Ens.Config.Credentials, and any other possible configuration you can think of that has `%XML.Adaptor` implemented.
The idea is that you can map the class/xml object like the system default settings :
| Extension | Coverage | Relative path |
| --- | --- | --- |
| ESD | Ens.Config.DefaultSettings | esd/ |
| XML | Ens.Config.Credentials | cred/ |
| XML | Ens.Config.BusinessPartner | partner/ |
| XML | Ens.Config | xml/ |
The last row is just an example. I know that would involve a massiv amount of data.
Contributor guide
Assessment
This issue has not been assessed yet.