<?xml version="1.0" encoding="ISO-8859-1"?>
<definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="urn:convert" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="urn:convert">
<types>
<xsd:schema targetNamespace="urn:convert"
>
 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />
 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
</xsd:schema>
</types>
<message name="convertRequest">
  <part name="key" type="xsd:string" />
  <part name="p" type="xsd:string" />
  <part name="in" type="xsd:string" />
  <part name="want" type="xsd:string" />
  <part name="need" type="xsd:string" />
  <part name="output" type="xsd:string" /></message>
<message name="convertResponse">
  <part name="return" type="xsd:string" /></message>
<portType name="convertPortType">
  <operation name="convert">
    <documentation>Provides Co-ordinate Convertions and Geocoding functions see also http://www.nearby.org.uk/api/convert-help.php</documentation>
    <input message="tns:convertRequest"/>
    <output message="tns:convertResponse"/>
  </operation>
</portType>
<binding name="convertBinding" type="tns:convertPortType">
  <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
  <operation name="convert">
    <soap:operation soapAction="urn:convert#convert" style="rpc"/>
    <input><soap:body use="encoded" namespace="urn:convert" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></input>
    <output><soap:body use="encoded" namespace="urn:convert" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/></output>
  </operation>
</binding>
<service name="convert">
  <port name="convertPort" binding="tns:convertBinding">
    <soap:address location="http://www.nearby.org.uk/api/convert-soap.php"/>
  </port>
</service>
</definitions>