<?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="http://www.quisque.com/fr/techno/eqimage/" 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="http://www.quisque.com/fr/techno/eqimage/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">EqImage v1.0.4&lt;BR&gt;Comparison of two pictures.&lt;BR&gt;&lt;A HREF='http://www.quisque.com'&gt;http://www.quisque.com&lt;/A&gt;&lt;BR&gt;&lt;A HREF='mailto:webmaster@quisque.com'&gt;Suggestions or informations.&lt;/A&gt;</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.quisque.com/fr/techno/eqimage/">
      <s:element name="Compare">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="url1" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="url2" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CompareResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CompareResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CompareStream">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="img1" type="s:base64Binary" />
            <s:element minOccurs="0" maxOccurs="1" name="img2" type="s:base64Binary" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="CompareStreamResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="CompareStreamResult" type="s:double" />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="CompareSoapIn">
    <wsdl:part name="parameters" element="tns:Compare" />
  </wsdl:message>
  <wsdl:message name="CompareSoapOut">
    <wsdl:part name="parameters" element="tns:CompareResponse" />
  </wsdl:message>
  <wsdl:message name="CompareStreamSoapIn">
    <wsdl:part name="parameters" element="tns:CompareStream" />
  </wsdl:message>
  <wsdl:message name="CompareStreamSoapOut">
    <wsdl:part name="parameters" element="tns:CompareStreamResponse" />
  </wsdl:message>
  <wsdl:portType name="CEqImageSoap">
    <wsdl:operation name="Compare">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Comparison of two pictures (any format) given by their url.&lt;BR&gt;It returns a double:&lt;BR&gt;&lt;ul&gt;&lt;li&gt;0 means that pictures are equals;&lt;/li&gt;&lt;li&gt;a value near 0 means that pictures are closer;&lt;/li&gt;&lt;li&gt;-1 means that there is an error (image not loaded).&lt;/li&gt;&lt;/ul&gt;</wsdl:documentation>
      <wsdl:input message="tns:CompareSoapIn" />
      <wsdl:output message="tns:CompareSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="CompareStream">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Comparison of two pictures (any format) given by array of bytes (representing image stream).&lt;BR&gt;It returns a double:&lt;BR&gt;&lt;ul&gt;&lt;li&gt;0 means that pictures are equals;&lt;/li&gt;&lt;li&gt;a value near 0 means that pictures are closer;&lt;/li&gt;&lt;li&gt;-1 means that there is an error (image not loaded).&lt;/li&gt;&lt;/ul&gt;</wsdl:documentation>
      <wsdl:input message="tns:CompareStreamSoapIn" />
      <wsdl:output message="tns:CompareStreamSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CEqImageSoap" type="tns:CEqImageSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Compare">
      <soap:operation soapAction="http://www.quisque.com/fr/techno/eqimage/Compare" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CompareStream">
      <soap:operation soapAction="http://www.quisque.com/fr/techno/eqimage/CompareStream" 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="CEqImageSoap12" type="tns:CEqImageSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="Compare">
      <soap12:operation soapAction="http://www.quisque.com/fr/techno/eqimage/Compare" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="CompareStream">
      <soap12:operation soapAction="http://www.quisque.com/fr/techno/eqimage/CompareStream" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CEqImage">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">EqImage v1.0.4&lt;BR&gt;Comparison of two pictures.&lt;BR&gt;&lt;A HREF='http://www.quisque.com'&gt;http://www.quisque.com&lt;/A&gt;&lt;BR&gt;&lt;A HREF='mailto:webmaster@quisque.com'&gt;Suggestions or informations.&lt;/A&gt;</wsdl:documentation>
    <wsdl:port name="CEqImageSoap" binding="tns:CEqImageSoap">
      <soap:address location="http://www.quisque.com/fr/techno/eqimage/eqimage.asmx" />
    </wsdl:port>
    <wsdl:port name="CEqImageSoap12" binding="tns:CEqImageSoap12">
      <soap12:address location="http://www.quisque.com/fr/techno/eqimage/eqimage.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>