Publish Rest Service body question

0
When using Mendix to publish interfaces externally, the body data sent by the external system is encrypted and formed into garbled data, not in JSON format. I must select a mapping when selecting a body in the interface, which causes the interface to be unable to parse the incoming body and call it. How can I solve this problem now? External system data must be placed in the body. In traditional development, we can choose raw to receive body data and then decrypt it to use the data. Encrypted body dataļ¼š
asked
1 answers
0

Hello TanXS,

 

If you try it without parameter, but instead analyse and use the httprequest attribute content, this is inherited from http message:

 

image.png

 

Standard mendix generates this as parameter for you microflow.

image.png

 

Hope this works 

 

Good luck

answered