Rest Service

0
Hi guys, Can someone help me with the testing 'RestService' module in mendix? I've found something on URL 'https://www.mendix.com/blog/consuming-first-rest-service/' but I'cant implement because I can't do some steps. Is there any better example for using the 'RestServices' module than this? Kind regards, Aleksandar   
asked
2 answers
1

Are you sure you need the RestServices module? That's that "old way" of consuming REST services in Mendix. Instead, you might try the native REST functionality in Mendix:

https://docs.mendix.com/howto/integration/consume-a-rest-service

Good luck and let us know if you have any questions!

answered
0

Hi Aleksandar,

In addition to Eric's post: I'd only use the module to set up a REST endpoint.

For testing you can use Postman (https://www.getpostman.com/), very user-friendly and flexible!

answered