You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

74 lines
4.3 KiB

<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://services.postcodeanywhere.co.uk/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://services.postcodeanywhere.co.uk/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://services.postcodeanywhere.co.uk/">
<s:element name="Capture_Interactive_Find_v1_10">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="IsMiddleware" type="s:boolean" />
<s:element minOccurs="0" maxOccurs="1" name="Container" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Origin" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Countries" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Limit" type="s:int" />
<s:element minOccurs="0" maxOccurs="1" name="Language" type="s:string" />
<s:element minOccurs="1" maxOccurs="1" name="Bias" type="s:boolean" />
<s:element minOccurs="0" maxOccurs="1" name="Filters" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="GeoFence" type="s:string" />
</s:sequence>
</s:complexType>
</s:element>
<s:element name="Capture_Interactive_Find_v1_10_Response">
<s:complexType>
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Capture_Interactive_Find_v1_10_Result" type="tns:Capture_Interactive_Find_v1_10_ArrayOfResults" />
</s:sequence>
</s:complexType>
</s:element>
<s:complexType name="Capture_Interactive_Find_v1_10_ArrayOfResults">
<s:sequence>
<s:element minOccurs="0" maxOccurs="unbounded" name="Capture_Interactive_Find_v1_10_Results" type="tns:Capture_Interactive_Find_v1_10_Results" />
</s:sequence>
</s:complexType>
<s:complexType name="Capture_Interactive_Find_v1_10_Results">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Highlight" type="s:string" />
<s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
</s:sequence>
</s:complexType>
</s:schema>
</wsdl:types>
<wsdl:message name="Capture_Interactive_Find_v1_10_SoapIn">
<wsdl:part name="parameters" element="tns:Capture_Interactive_Find_v1_10" />
</wsdl:message>
<wsdl:message name="Capture_Interactive_Find_v1_10_SoapOut">
<wsdl:part name="parameters" element="tns:Capture_Interactive_Find_v1_10_Response" />
</wsdl:message>
<wsdl:portType name="PostcodeAnywhere_Soap">
<wsdl:operation name="Capture_Interactive_Find_v1_10">
<wsdl:input message="tns:Capture_Interactive_Find_v1_10_SoapIn" />
<wsdl:output message="tns:Capture_Interactive_Find_v1_10_SoapOut" />
</wsdl:operation>
</wsdl:portType>
<wsdl:binding name="PostcodeAnywhere_Soap" type="tns:PostcodeAnywhere_Soap">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
<wsdl:operation name="Capture_Interactive_Find_v1_10">
<soap:operation soapAction="http://services.postcodeanywhere.co.uk/Capture_Interactive_Find_v1_10" style="document" />
<wsdl:input>
<soap:body use="literal" />
</wsdl:input>
<wsdl:output>
<soap:body use="literal" />
</wsdl:output>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="PostcodeAnywhere">
<wsdl:port name="PostcodeAnywhere_Soap" binding="tns:PostcodeAnywhere_Soap">
<soap:address location="http://services.postcodeanywhere.co.uk/Capture/Interactive/Find/v1.10/soapnew.ws" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>