<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://www.ik4wlu.org/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://www.ik4wlu.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">WWLocator operations</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.ik4wlu.org/">
      <s:element name="CalculateLatLongDecimal">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="locator" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CalculateLatLongDecimalResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CalculateLatLongDecimalResult" type="tns:ArrayOfDouble" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfDouble">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="double" type="s:double" />
        </s:sequence>
      </s:complexType>
      <s:element name="CalculateLatLong">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="locator" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CalculateLatLongResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="CalculateLatLongResult" type="tns:ArrayOfInt" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfInt">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
        </s:sequence>
      </s:complexType>
      <s:element name="getError">
        <s:complexType />
      </s:element>
      <s:element name="getErrorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="getErrorResult" type="s:boolean" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CalculateLatLongDecimalSoapIn">
    <wsdl:part name="parameters" element="tns:CalculateLatLongDecimal" />
  </wsdl:message>
  <wsdl:message name="CalculateLatLongDecimalSoapOut">
    <wsdl:part name="parameters" element="tns:CalculateLatLongDecimalResponse" />
  </wsdl:message>
  <wsdl:message name="CalculateLatLongSoapIn">
    <wsdl:part name="parameters" element="tns:CalculateLatLong" />
  </wsdl:message>
  <wsdl:message name="CalculateLatLongSoapOut">
    <wsdl:part name="parameters" element="tns:CalculateLatLongResponse" />
  </wsdl:message>
  <wsdl:message name="getErrorSoapIn">
    <wsdl:part name="parameters" element="tns:getError" />
  </wsdl:message>
  <wsdl:message name="getErrorSoapOut">
    <wsdl:part name="parameters" element="tns:getErrorResponse" />
  </wsdl:message>
  <wsdl:portType name="LocatorServiceSoap">
    <wsdl:operation name="CalculateLatLongDecimal">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert WWLocator to decimal latitude and longitude in their order.</wsdl:documentation>
      <wsdl:input message="tns:CalculateLatLongDecimalSoapIn" />
      <wsdl:output message="tns:CalculateLatLongDecimalSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CalculateLatLong">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Convert WWLocator to latitude and longitude. In the order, return integer array of deg, mins and sec for latitude and longitude.</wsdl:documentation>
      <wsdl:input message="tns:CalculateLatLongSoapIn" />
      <wsdl:output message="tns:CalculateLatLongSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getError">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">True if error, false otherwise</wsdl:documentation>
      <wsdl:input message="tns:getErrorSoapIn" />
      <wsdl:output message="tns:getErrorSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="LocatorServiceSoap" type="tns:LocatorServiceSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CalculateLatLongDecimal">
      <soap:operation soapAction="http://www.ik4wlu.org/CalculateLatLongDecimal" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CalculateLatLong">
      <soap:operation soapAction="http://www.ik4wlu.org/CalculateLatLong" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getError">
      <soap:operation soapAction="http://www.ik4wlu.org/getError" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="LocatorServiceSoap12" type="tns:LocatorServiceSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="CalculateLatLongDecimal">
      <soap12:operation soapAction="http://www.ik4wlu.org/CalculateLatLongDecimal" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CalculateLatLong">
      <soap12:operation soapAction="http://www.ik4wlu.org/CalculateLatLong" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getError">
      <soap12:operation soapAction="http://www.ik4wlu.org/getError" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="LocatorService">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">WWLocator operations</wsdl:documentation>
    <wsdl:port name="LocatorServiceSoap" binding="tns:LocatorServiceSoap">
      <soap:address location="http://www.ik4wlu.org/LocatorService.asmx" />
    </wsdl:port>
    <wsdl:port name="LocatorServiceSoap12" binding="tns:LocatorServiceSoap12">
      <soap12:address location="http://www.ik4wlu.org/LocatorService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>