Monday, April 11, 2016

Read Json data and Return Json Data using HTTP EndPoint in MuleSoft



This is my first blog related to MuleSoft API's tool . Recently started working on Mulesoft for creating small ESB or Microservices for my project.

Here is my first example related to Mulesoft.

This example will read data from REST API - in Json format and perform business logic using java component and return back Json data.

You can download code from GitHub repository :-
https://github.com/aghorpade/MuleSoft

Let me know comments and reviews or any new sample if you need regarding mulesoft.