| type |
tns:CurrencyExchangePortType |
| extensibility |
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> |
| operations |
getRate| extensibility | <soap:operation/> | | input | <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xmethods-CurrencyExchange"/> | | output | <soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xmethods-CurrencyExchange"/> |
|
|
| used by |
|
| source |
<binding name="CurrencyExchangeBinding" type="tns:CurrencyExchangePortType">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
<operation name="getRate">
<soap:operation/>
<input>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xmethods-CurrencyExchange"/>
</input>
<output>
<soap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:xmethods-CurrencyExchange"/>
</output>
</operation>
</binding> |