<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/DeedInfoRequestWebService/DeedInfoRequest" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/DeedInfoRequestWebService/DeedInfoRequest" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/DeedInfoRequestWebService/DeedInfoRequest">
      <s:element name="DeedInformation">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="xmlData" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DeedInformationResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="DeedInformationResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="InfAuthentic" type="tns:InfAuthentic" />
      <s:complexType name="InfAuthentic">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="UserName" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Password" type="s:string" />
        </s:sequence>
        <s:anyAttribute />
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="DeedInformationSoapIn">
    <wsdl:part name="parameters" element="tns:DeedInformation" />
  </wsdl:message>
  <wsdl:message name="DeedInformationSoapOut">
    <wsdl:part name="parameters" element="tns:DeedInformationResponse" />
  </wsdl:message>
  <wsdl:message name="DeedInformationInfAuthentic">
    <wsdl:part name="InfAuthentic" element="tns:InfAuthentic" />
  </wsdl:message>
  <wsdl:portType name="DeedInfoRequestSoap">
    <wsdl:operation name="DeedInformation">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Given a reception number, returns the corresponding XML document.  Requires INQUIRY_GROUP schema and returns RESPONSE_GROUP schema.</wsdl:documentation>
      <wsdl:input message="tns:DeedInformationSoapIn" />
      <wsdl:output message="tns:DeedInformationSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DeedInfoRequestSoap" type="tns:DeedInfoRequestSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="DeedInformation">
      <soap:operation soapAction="http://tempuri.org/DeedInfoRequestWebService/DeedInfoRequest/DeedInformation" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
        <soap:header message="tns:DeedInformationInfAuthentic" part="InfAuthentic" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="DeedInfoRequestSoap12" type="tns:DeedInfoRequestSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="DeedInformation">
      <soap12:operation soapAction="http://tempuri.org/DeedInfoRequestWebService/DeedInfoRequest/DeedInformation" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
        <soap12:header message="tns:DeedInformationInfAuthentic" part="InfAuthentic" use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="DeedInfoRequest">
    <wsdl:port name="DeedInfoRequestSoap" binding="tns:DeedInfoRequestSoap">
      <soap:address location="http://ks284.cichosting.com/eRecord/DeedInfoRequest.asmx" />
    </wsdl:port>
    <wsdl:port name="DeedInfoRequestSoap12" binding="tns:DeedInfoRequestSoap12">
      <soap12:address location="http://ks284.cichosting.com/eRecord/DeedInfoRequest.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>