简体   繁体   中英

How to Deploy Mule as a REST Service

Hi I am working with Mule Studio and i am successfully running my flow in Mule Studio. I have certain issues related to implementation level since i have multiple flows in the one project.

  1. How to deploy Mule as a REST Service with the existing flow.

  2. If i am deploying my Mule as a REST Service what are the inputs i have to provide to make it run from the external HTTP Client based program.

  3. When to use HTTP Client and when to use Mule Client. Which one fits where.

you can make use of RAML

1.create a RAML and generate the flows which internally referes your current flows

  1. you can configure the Http details in generated flows

  2. why you want to use http client and Mule client in your flows?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM