Skip to content

Instantly share code, notes, and snippets.

@nialdarbey
Created November 6, 2012 14:38
Show Gist options
  • Save nialdarbey/4025080 to your computer and use it in GitHub Desktop.
Save nialdarbey/4025080 to your computer and use it in GitHub Desktop.
reservations xml
<flow name="admitPatientService" doc:name="admitPatientService">
<http:inbound-endpoint exchange-pattern="request-response" host="localhost" port="${http.port}" doc:name="AdmissionService" path="AdmissionService" />
<cxf:proxy-service doc:name="Proxy service" namespace="http://www.mule-health.com/SOA/service/admission/1.0" payload="body" port="AdmissionPort" service="AdmissionService" wsdlLocation="service/AdmissionService.wsdl" validationEnabled="true"/>
...
</flow>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment