Java Reference
In-Depth Information
<wsdl:part name="LicenseInfo" element="s1:LicenseInfo" />
</wsdl:message>
<wsdl:message name="SubscriptionInfoMessage">
<wsdl:part name="SubscriptionInfo" element="s1:SubscriptionInfo" />
</wsdl:message>
<wsdl:portType name="AddressDistanceCalculatorSoap">
<wsdl:operation name="AddressToAddressDistance">
<wsdl:input message="si:AddressToAddressDistanceSoapIn" />
<wsdl:output message="si:AddressToAddressDistanceSoapOut" />
</wsdl:operation>
<wsdl:operation name="GetRemainingHits">
<wsdl:input message="si:GetRemainingHitsSoapIn" />
<wsdl:output message="si:GetRemainingHitsSoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="AddressDistanceCalculatorSoap"
type="si:AddressDistanceCalculatorSoap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"
style="document" />
<wsdl:operation name="AddressToAddressDistance">
<soap:operation soapAction="http://www.strikeiron.com/
AddressToAddressDistance"
style="document" />
<wsdl:input>
<soap:body use="literal" />
<soap:header message="si:LicenseInfoMessage" part="LicenseInfo"
use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
<soap:header message="si:AddressToAddressDistanceResponseInfo"
part="ResponseInfo" use="literal" />
<soap:header message="si:SubscriptionInfoMessage"
part="SubscriptionInfo" use="literal" />
</wsdl:output>
</wsdl:operation>
<wsdl:operation name="GetRemainingHits">
<soap:operation soapAction="http://ws.strikeiron.com/StrikeIron/
AddressDistanceCalculator/GetRemainingHits" />
<wsdl:input>
<soap:body use="literal" />
<soap:header message="si:LicenseInfoMessage"
part="LicenseInfo" use="literal" />
Search WWH ::




Custom Search