Rest service

0
Hi Team, Can we publish JSON-RPC service using Mendix or not. For publishing service in Mendix which is most trustful way of publish any service 
asked
2 answers
1

Hello Himanshu,

As far as I'm aware there is no bespoke JSON-RPC implementation but you can probably just define your own JSON-RPC service. 

The easiest way to publish a service is through the "Published REST service" item in the desktop modeler, this way you can easily integrate your calls with the Mendix security. 

Might also be worth looking into Mendix's Create a Rest API learning path

Hope this helps

answered
1

Not long ago, a product manager of Mendix responded to a similar question in this thread. Looking at his reaction, you can simply publish a REST service with the parameters you require.

answered