Binding section

The following section of the example Service Manager IncidentManagement WSDL shows the binding section used to define a protocol and defined data formats for a particular port type.

- <binding name="IncidentManagement" type="ns:IncidentManagement">
  <soap:binding style="document" 
   transport="http://schemas.xmlsoap.org/soap/http" /> 
- <operation name="RetrieveIncident">
  <soap:operation soapAction="Retrieve" style="document" /> 
- <input>
  <soap:body use="literal" /> 
  </input>
- <output>
  <soap:body use="literal" /> 
  </output>
  </operation>
- <operation name="RetrieveIncidentKeysList">
  <soap:operation soapAction="RetrieveKeysList" style="document" /> 
- <input>
  <soap:body use="literal" /> 
  </input>
- <output>
  <soap:body use="literal" /> 
  </output>
  </operation>
  </binding>