<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:i0="http://www.tempuri.org/DataSetLatLongXY.xsd" xmlns:tns="http://tempuri.org/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:import namespace="http://www.tempuri.org/DataSetLatLongXY.xsd" location="http://www.servicex.co.uk/wsMapper/wsConvert.asmx?schema=DataSetLatLongXY" />
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:import namespace="http://www.tempuri.org/DataSetLatLongXY.xsd" />
      <s:element name="LatLongToGBGrid">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Latitude" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="Longitude" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LatLongToGBGridResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="LatLongToGBGridResult">
              <s:complexType>
                <s:sequence>
                  <s:any namespace="http://www.tempuri.org/DataSetLatLongXY.xsd" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LatLong2ToGBGrid">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="Latitude" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="Longitude" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="LatLong2ToGBGridResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="LatLong2ToGBGridResult">
              <s:complexType>
                <s:sequence>
                  <s:any namespace="http://www.tempuri.org/DataSetLatLongXY.xsd" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GBGridToLatLong">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="Easting" type="s:double" />
            <s:element minOccurs="1" maxOccurs="1" name="Northing" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GBGridToLatLongResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GBGridToLatLongResult">
              <s:complexType>
                <s:sequence>
                  <s:any namespace="http://www.tempuri.org/DataSetLatLongXY.xsd" />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DataSetLatLongXY" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:any namespace="http://www.tempuri.org/DataSetLatLongXY.xsd" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="LatLongToGBGridSoapIn">
    <wsdl:part name="parameters" element="tns:LatLongToGBGrid" />
  </wsdl:message>
  <wsdl:message name="LatLongToGBGridSoapOut">
    <wsdl:part name="parameters" element="tns:LatLongToGBGridResponse" />
  </wsdl:message>
  <wsdl:message name="LatLong2ToGBGridSoapIn">
    <wsdl:part name="parameters" element="tns:LatLong2ToGBGrid" />
  </wsdl:message>
  <wsdl:message name="LatLong2ToGBGridSoapOut">
    <wsdl:part name="parameters" element="tns:LatLong2ToGBGridResponse" />
  </wsdl:message>
  <wsdl:message name="GBGridToLatLongSoapIn">
    <wsdl:part name="parameters" element="tns:GBGridToLatLong" />
  </wsdl:message>
  <wsdl:message name="GBGridToLatLongSoapOut">
    <wsdl:part name="parameters" element="tns:GBGridToLatLongResponse" />
  </wsdl:message>
  <wsdl:message name="LatLongToGBGridHttpGetIn">
    <wsdl:part name="Latitude" type="s:string" />
    <wsdl:part name="Longitude" type="s:string" />
  </wsdl:message>
  <wsdl:message name="LatLongToGBGridHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSetLatLongXY" />
  </wsdl:message>
  <wsdl:message name="LatLong2ToGBGridHttpGetIn">
    <wsdl:part name="Latitude" type="s:string" />
    <wsdl:part name="Longitude" type="s:string" />
  </wsdl:message>
  <wsdl:message name="LatLong2ToGBGridHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSetLatLongXY" />
  </wsdl:message>
  <wsdl:message name="GBGridToLatLongHttpGetIn">
    <wsdl:part name="Easting" type="s:string" />
    <wsdl:part name="Northing" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GBGridToLatLongHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSetLatLongXY" />
  </wsdl:message>
  <wsdl:message name="LatLongToGBGridHttpPostIn">
    <wsdl:part name="Latitude" type="s:string" />
    <wsdl:part name="Longitude" type="s:string" />
  </wsdl:message>
  <wsdl:message name="LatLongToGBGridHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSetLatLongXY" />
  </wsdl:message>
  <wsdl:message name="LatLong2ToGBGridHttpPostIn">
    <wsdl:part name="Latitude" type="s:string" />
    <wsdl:part name="Longitude" type="s:string" />
  </wsdl:message>
  <wsdl:message name="LatLong2ToGBGridHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSetLatLongXY" />
  </wsdl:message>
  <wsdl:message name="GBGridToLatLongHttpPostIn">
    <wsdl:part name="Easting" type="s:string" />
    <wsdl:part name="Northing" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GBGridToLatLongHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSetLatLongXY" />
  </wsdl:message>
  <wsdl:portType name="wsConvertSoap">
    <wsdl:operation name="LatLongToGBGrid">
      <wsdl:input message="tns:LatLongToGBGridSoapIn" />
      <wsdl:output message="tns:LatLongToGBGridSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="LatLong2ToGBGrid">
      <wsdl:input message="tns:LatLong2ToGBGridSoapIn" />
      <wsdl:output message="tns:LatLong2ToGBGridSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GBGridToLatLong">
      <wsdl:input message="tns:GBGridToLatLongSoapIn" />
      <wsdl:output message="tns:GBGridToLatLongSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="wsConvertHttpGet">
    <wsdl:operation name="LatLongToGBGrid">
      <wsdl:input message="tns:LatLongToGBGridHttpGetIn" />
      <wsdl:output message="tns:LatLongToGBGridHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="LatLong2ToGBGrid">
      <wsdl:input message="tns:LatLong2ToGBGridHttpGetIn" />
      <wsdl:output message="tns:LatLong2ToGBGridHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GBGridToLatLong">
      <wsdl:input message="tns:GBGridToLatLongHttpGetIn" />
      <wsdl:output message="tns:GBGridToLatLongHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="wsConvertHttpPost">
    <wsdl:operation name="LatLongToGBGrid">
      <wsdl:input message="tns:LatLongToGBGridHttpPostIn" />
      <wsdl:output message="tns:LatLongToGBGridHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="LatLong2ToGBGrid">
      <wsdl:input message="tns:LatLong2ToGBGridHttpPostIn" />
      <wsdl:output message="tns:LatLong2ToGBGridHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GBGridToLatLong">
      <wsdl:input message="tns:GBGridToLatLongHttpPostIn" />
      <wsdl:output message="tns:GBGridToLatLongHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="wsConvertSoap" type="tns:wsConvertSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="LatLongToGBGrid">
      <soap:operation soapAction="http://tempuri.org/LatLongToGBGrid" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LatLong2ToGBGrid">
      <soap:operation soapAction="http://tempuri.org/LatLong2ToGBGrid" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GBGridToLatLong">
      <soap:operation soapAction="http://tempuri.org/GBGridToLatLong" 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="wsConvertHttpGet" type="tns:wsConvertHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="LatLongToGBGrid">
      <http:operation location="/LatLongToGBGrid" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LatLong2ToGBGrid">
      <http:operation location="/LatLong2ToGBGrid" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GBGridToLatLong">
      <http:operation location="/GBGridToLatLong" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="wsConvertHttpPost" type="tns:wsConvertHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="LatLongToGBGrid">
      <http:operation location="/LatLongToGBGrid" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="LatLong2ToGBGrid">
      <http:operation location="/LatLong2ToGBGrid" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GBGridToLatLong">
      <http:operation location="/GBGridToLatLong" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="wsConvert">
    <wsdl:port name="wsConvertSoap" binding="tns:wsConvertSoap">
      <soap:address location="http://www.servicex.co.uk/wsMapper/wsConvert.asmx" />
    </wsdl:port>
    <wsdl:port name="wsConvertHttpGet" binding="tns:wsConvertHttpGet">
      <http:address location="http://www.servicex.co.uk/wsMapper/wsConvert.asmx" />
    </wsdl:port>
    <wsdl:port name="wsConvertHttpPost" binding="tns:wsConvertHttpPost">
      <http:address location="http://www.servicex.co.uk/wsMapper/wsConvert.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>