Publishing a REST service

0
Mendix 7 comes with the Call Rest Action (https://docs.mendix.com/refguide7/call-rest-action#custom-request-template)  I have searched the documentation on docs.mendix.com (https://docs.mendix.com/refguide7/) for Mendix 7 and cant' seem to find any reference to "natively" publishing a RESTful service. In order to publish a restful service do I still need to use the plugin (https://github.com/mendix/RestServices/) from the app store or is there a way that Mendix 7 caters for it? 
asked
1 answers
0

Derek,

Mx 7 does not have the option to publish rest services, only consuming rest services is currently a native function.

answered