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.

73 lines
4.3 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <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/">
  3. <wsdl:types>
  4. <s:schema elementFormDefault="qualified" targetNamespace="http://services.postcodeanywhere.co.uk/">
  5. <s:element name="Capture_Interactive_Find_v1_10">
  6. <s:complexType>
  7. <s:sequence>
  8. <s:element minOccurs="0" maxOccurs="1" name="Key" type="s:string" />
  9. <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
  10. <s:element minOccurs="1" maxOccurs="1" name="IsMiddleware" type="s:boolean" />
  11. <s:element minOccurs="0" maxOccurs="1" name="Container" type="s:string" />
  12. <s:element minOccurs="0" maxOccurs="1" name="Origin" type="s:string" />
  13. <s:element minOccurs="0" maxOccurs="1" name="Countries" type="s:string" />
  14. <s:element minOccurs="1" maxOccurs="1" name="Limit" type="s:int" />
  15. <s:element minOccurs="0" maxOccurs="1" name="Language" type="s:string" />
  16. <s:element minOccurs="1" maxOccurs="1" name="Bias" type="s:boolean" />
  17. <s:element minOccurs="0" maxOccurs="1" name="Filters" type="s:string" />
  18. <s:element minOccurs="0" maxOccurs="1" name="GeoFence" type="s:string" />
  19. </s:sequence>
  20. </s:complexType>
  21. </s:element>
  22. <s:element name="Capture_Interactive_Find_v1_10_Response">
  23. <s:complexType>
  24. <s:sequence>
  25. <s:element minOccurs="0" maxOccurs="1" name="Capture_Interactive_Find_v1_10_Result" type="tns:Capture_Interactive_Find_v1_10_ArrayOfResults" />
  26. </s:sequence>
  27. </s:complexType>
  28. </s:element>
  29. <s:complexType name="Capture_Interactive_Find_v1_10_ArrayOfResults">
  30. <s:sequence>
  31. <s:element minOccurs="0" maxOccurs="unbounded" name="Capture_Interactive_Find_v1_10_Results" type="tns:Capture_Interactive_Find_v1_10_Results" />
  32. </s:sequence>
  33. </s:complexType>
  34. <s:complexType name="Capture_Interactive_Find_v1_10_Results">
  35. <s:sequence>
  36. <s:element minOccurs="0" maxOccurs="1" name="Id" type="s:string" />
  37. <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
  38. <s:element minOccurs="0" maxOccurs="1" name="Text" type="s:string" />
  39. <s:element minOccurs="0" maxOccurs="1" name="Highlight" type="s:string" />
  40. <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
  41. </s:sequence>
  42. </s:complexType>
  43. </s:schema>
  44. </wsdl:types>
  45. <wsdl:message name="Capture_Interactive_Find_v1_10_SoapIn">
  46. <wsdl:part name="parameters" element="tns:Capture_Interactive_Find_v1_10" />
  47. </wsdl:message>
  48. <wsdl:message name="Capture_Interactive_Find_v1_10_SoapOut">
  49. <wsdl:part name="parameters" element="tns:Capture_Interactive_Find_v1_10_Response" />
  50. </wsdl:message>
  51. <wsdl:portType name="PostcodeAnywhere_Soap">
  52. <wsdl:operation name="Capture_Interactive_Find_v1_10">
  53. <wsdl:input message="tns:Capture_Interactive_Find_v1_10_SoapIn" />
  54. <wsdl:output message="tns:Capture_Interactive_Find_v1_10_SoapOut" />
  55. </wsdl:operation>
  56. </wsdl:portType>
  57. <wsdl:binding name="PostcodeAnywhere_Soap" type="tns:PostcodeAnywhere_Soap">
  58. <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
  59. <wsdl:operation name="Capture_Interactive_Find_v1_10">
  60. <soap:operation soapAction="http://services.postcodeanywhere.co.uk/Capture_Interactive_Find_v1_10" style="document" />
  61. <wsdl:input>
  62. <soap:body use="literal" />
  63. </wsdl:input>
  64. <wsdl:output>
  65. <soap:body use="literal" />
  66. </wsdl:output>
  67. </wsdl:operation>
  68. </wsdl:binding>
  69. <wsdl:service name="PostcodeAnywhere">
  70. <wsdl:port name="PostcodeAnywhere_Soap" binding="tns:PostcodeAnywhere_Soap">
  71. <soap:address location="http://services.postcodeanywhere.co.uk/Capture/Interactive/Find/v1.10/soapnew.ws" />
  72. </wsdl:port>
  73. </wsdl:service>
  74. </wsdl:definitions>