<?xml version="1.0"?><definitions name="ZipWS" targetNamespace="urn:ZipWS" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:ZipWS" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns="http://schemas.xmlsoap.org/wsdl/">
<types xmlns="http://schemas.xmlsoap.org/wsdl/">
</types>
<message name="getZipsRequest">
<part name="from_zip" type="xsd:string" />
<part name="radius" type="xsd:int" />
<part name="unit" type="xsd:string" />
</message>
<message name="getZipsResponse">
<part name="zips" type="xsd:string" />
</message>
<message name="getZipInfoRequest">
<part name="zip" type="xsd:string" />
</message>
<message name="getZipInfoResponse">
<part name="state" type="xsd:string" />
<part name="place" type="xsd:string" />
<part name="zipcode" type="xsd:string" />
<part name="lon" type="xsd:float" />
<part name="lat" type="xsd:float" />
</message>
<message name="getDistanceRequest">
<part name="from_zip" type="xsd:string" />
<part name="to_zip" type="xsd:string" />
<part name="unit" type="xsd:string" />
</message>
<message name="getDistanceResponse">
<part name="distance" type="xsd:float" />
</message>
<portType name="ZipWSPort">
<operation name="getZips">
<input message="tns:getZipsRequest" />
<output message="tns:getZipsResponse" />
</operation>
<operation name="getZipInfo">
<input message="tns:getZipInfoRequest" />
<output message="tns:getZipInfoResponse" />
</operation>
<operation name="getDistance">
<input message="tns:getDistanceRequest" />
<output message="tns:getDistanceResponse" />
</operation>
</portType>
<binding name="ZipWSBinding" type="tns:ZipWSPort">
<soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
<operation name="getZips">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#zipws#getZips" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="getZipInfo">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#zipws#getZipInfo" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
<operation name="getDistance">
<soap:operation soapAction="http://schemas.xmlsoap.org/soap/envelope/#zipws#getDistance" />
<input>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</input>
<output>
<soap:body use="encoded" namespace="http://schemas.xmlsoap.org/soap/envelope/" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" />
</output>
</operation>
</binding>
<service name="ZipWSService">
<documentation />
<port name="ZipWSPort" binding="tns:ZipWSBinding">
<soap:address location="http://capcai.indorelation.com/webservices/ZipWS.php" />
</port>
</service>
</definitions>
