Exemple
n<wsdl:binding type="descriptionPersonnes" >
n <soap:binding
n transport="http://schemas.xmlsoap.org/soap/http"
n style="rpc" />
n <wsdl:operation name="getPersonne">
n <soap:operation  soapAction="http://www.exemple.fr/getPersonne" />
n <wsdl:input>
n <soap:body use="encoded"
n     encodingStyle="schemas.xmlsoap.org/soap/encoding"/>
n </wsdl:input>
n <wsdl:output>
n <soap:body use="encoded"
n     encodingStyle="schemas.xmlsoap.org/soap/encoding"/>
n </wsdl:output>
n </wsdl:operation>
n</wsdl:binding>