<?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="urn:nabonidus-org:services:search:v1" 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="urn:nabonidus-org:services:search:v1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="urn:nabonidus-org:services:search:v1">
      <s:element name="searchRequest">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" default="" name="query" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="searchResponse" type="tns:searchResponse" />
      <s:complexType name="searchResponse">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="result" type="tns:searchResult" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="searchResult">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" default="" name="title" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" default="" name="description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" default="" name="url" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" default="" name="thumbnailUrl" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" default="0" name="longitude" type="s:double" />
          <s:element minOccurs="0" maxOccurs="1" default="0" name="latitude" type="s:double" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="SearchSoapIn">
    <wsdl:part name="searchRequest" element="tns:searchRequest" />
  </wsdl:message>
  <wsdl:message name="SearchSoapOut">
    <wsdl:part name="SearchResult" element="tns:searchResponse" />
  </wsdl:message>
  <wsdl:portType name="SearchService">
    <wsdl:operation name="Search">
      <wsdl:input message="tns:SearchSoapIn" />
      <wsdl:output message="tns:SearchSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="SearchService" type="tns:SearchService">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Search">
      <soap:operation soapAction="urn:nabonidus-org:services:search:v1:searchIn" 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="SearchServicePort">
    <wsdl:port name="SearchService" binding="tns:SearchService">
      <soap:address location="http://www.nabonidus.org/SearchService.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>