Call HTTP REST service

Call external Http Rest API   To call external HTTP REST APIs, We can start by creating project in Anypoint studio For this tutorial we will Invoke below rest URL http://dummy.restapiexample.com/api/v1/employees Drag and drop http listener and configure   also set path as /getAllemployees   Drag and drop Http Requester and configure the host as…

Share this:
Read More

Hello World REST API In Mule

Hello World REST API in mule   In this tutorial we will demonstrate how to create a simple Hello World REST API in mule and deploy the project on Mulesoft runtime environment Create Project in Anypoint Studio as Mule Project – HelloWorld   Click Finish and Project is now created. Drag and drop HTTP component   Click…

Share this:
Read More