Skip to content

MDMI Message Transformations Using Swagger

Bill-MDIX edited this page Nov 10, 2023 · 10 revisions

In your web browser, go to the MDMI demonstration Swagger page.
Click here: Swagger UI

Start by opening the GET /mdmi/transformation section at the top of the page. Click Try it out, then Execute.

The Try it out button becomes Cancel and the results of the execution are displayed. Note the Server response block. It contains the names of transformation maps that are active in this implementation.

Specifically, the “name” elements in the JSON string represent message types. Select the one that represents your message map type and the one to which you want your message transformed.

Activate the POST /mdmi/transformation section by clicking the Try it out button. Enter the message type names in the source and target entry fields.

In the message block click the Browse button to upload your source message. Then click Execute. The transformed message is displayed in the Responses block.