The HL7 binding extensibility element specifies a binding that is of interest to the HL7 Binding Component. It is essentially an empty element that serves as a marker, allowing the HL7 Binding Component to gather HL7 "binding" information described by the other HL7 extensibility elements. The HL7 binding extensibility element must be specified in the WSDL to define an HL7 protocol based binding.
The following example demonstrates how the HL7 binding extensibility element is used to associate a binding with a specific HL7 protocol.
<binding name="someBinding" type="tns:somePortType"> <hl7:binding/> </binding> |