-
Notifications
You must be signed in to change notification settings - Fork 3
MDMI Message Transformations Using Swagger
In your web browser, go to the MDMI demonstration Swagger page.
Click here:
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.