RESTFul API

Hello,
I need to communicate a Rockwell automation Compact Logix with a MIRFleet device over RESTFUL API, so I wanted to know if its possible if I use eWon Flexy for this task.
Is there a code example to do that?

Both devices are going to e on the same environment o I think the external access is going to be used only for maintenance.

Thank you in advance

Hello @Alfredo,

The ewon can make web calls. It has a Basic IDE and the option to run Java applications. A good place to start would be the developer web page. https://developer.ewon.biz/content/ewon-programming
In the basic IDE you have the REQUESTHTTPX call. In Java you would have full access to everything J2SE has to offer.

Deryck