Search code examples
javarestapimulemule-esb

How to connect two different RESTful apis through mulesoft


I've got a question like in the title, because I have two RESTful applications:

  • 1st is taking data from form and sending it to the other application using JSON
  • 2nd is receiving data from the 1st application and making .csv from it

The question is how can I make a "connection" between them using mulesoft (got 30days free trial).


Solution

  • Your requirements can be done in single flow. Use http to get data and then use transform message to convert that payload in csv.