Search code examples
cloudmuleesbmule-component

Mule Implementing API gateway


Hi am running an application

example.cloudhub.io

on cloud hub now i created an API and gave implementation URI as

example.cloudhub.io

now how can i hit the cloud API gateway using soap UI

What will be the URL for this API gateway where can i find it


Solution

  • Assuming you have a inbound http endpoint in your application with address: "http://localhost:8081/order", then the CH URL is: "http://example.cloudhub.io/order"

    HTH