Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created November 6, 2012 15:28
Show Gist options
  • Save nialdarbey/4025413 to your computer and use it in GitHub Desktop.
Save nialdarbey/4025413 to your computer and use it in GitHub Desktop.
invokeAirlineService
<sub-flow name="invokePatientService" doc:name="invokePatientService">
<cxf:proxy-client payload="body" enableMuleSoapHeaders="true" doc:name="Proxy client" />
<http:outbound-endpoint exchange-pattern="request-response" host="localhost" port="${http.port}" path="PatientService" doc:name="PatientService" />
</sub-flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment