Wraping the railML [message #3067] |
Mon, 03 April 2023 08:40 |
Patrik Thoma
Messages: 2 Registered: January 2022
|
Junior Member |
|
|
Our architecture passes railML-data between software components through an event bus. However, to be compliant with the architecture, the railML is wrapped inside other XML-elements. E.g.,
<event>
(header)
<railml ...>
...
</railml>
</event>
Currently, our applications export and import railML only in its wrapped form. We are now looking at getting a certification for our application. Reading the certification manual, I gather that the wrapped railML is not compliant with the standard. Could you please clarify the standard that also a wrapping of the railML is possible?
|
|
|