mulemule-studiomule-elmule-componentmule-cluster

How to Override Implementation of HTTP Outbound Connector in Mule AnyPoint Studio


Hi I am working with a Mule Any Point Studio and I just want to know that how to configure or override HTTP Inbound/Outbound Implementation so that i can dynamically override its functionality and change it's properties like :

  1. Address
  2. Exchange Patterns etc

enter image description here


Solution

  • To decide the endpoint details (such as path, host and port) dynamically i.e. at runtime, you will need to execute an expression on the current Mule message for example. See the following link section "Dynamic endpoints" for examples: http://www.mulesoft.org/documentation/display/current/Endpoint+Configuration+Reference