<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://www.abundanttech.com/webservices/deadoralive" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://www.abundanttech.com/webservices/deadoralive" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.abundanttech.com/webservices/deadoralive">
      <s:import namespace="http://www.w3.org/2001/XMLSchema" />
      <s:element name="getTodaysBirthdays">
        <s:complexType />
      </s:element>
      <s:element name="getTodaysBirthdaysResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getTodaysBirthdaysResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getDeadOrAlive">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sFullName" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getDeadOrAliveResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getDeadOrAliveResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getBornOn">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sDate" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getBornOnResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getBornOnResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getDiedOn">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="sDate" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="getDiedOnResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="getDiedOnResult">
              <s:complexType>
                <s:sequence>
                  <s:element ref="s:schema" />
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="DataSet" nillable="true">
        <s:complexType>
          <s:sequence>
            <s:element ref="s:schema" />
            <s:any />
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="getTodaysBirthdaysSoapIn">
    <wsdl:part name="parameters" element="tns:getTodaysBirthdays" />
  </wsdl:message>
  <wsdl:message name="getTodaysBirthdaysSoapOut">
    <wsdl:part name="parameters" element="tns:getTodaysBirthdaysResponse" />
  </wsdl:message>
  <wsdl:message name="getDeadOrAliveSoapIn">
    <wsdl:part name="parameters" element="tns:getDeadOrAlive" />
  </wsdl:message>
  <wsdl:message name="getDeadOrAliveSoapOut">
    <wsdl:part name="parameters" element="tns:getDeadOrAliveResponse" />
  </wsdl:message>
  <wsdl:message name="getBornOnSoapIn">
    <wsdl:part name="parameters" element="tns:getBornOn" />
  </wsdl:message>
  <wsdl:message name="getBornOnSoapOut">
    <wsdl:part name="parameters" element="tns:getBornOnResponse" />
  </wsdl:message>
  <wsdl:message name="getDiedOnSoapIn">
    <wsdl:part name="parameters" element="tns:getDiedOn" />
  </wsdl:message>
  <wsdl:message name="getDiedOnSoapOut">
    <wsdl:part name="parameters" element="tns:getDiedOnResponse" />
  </wsdl:message>
  <wsdl:message name="getTodaysBirthdaysHttpGetIn" />
  <wsdl:message name="getTodaysBirthdaysHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getDeadOrAliveHttpGetIn">
    <wsdl:part name="sFullName" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDeadOrAliveHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getBornOnHttpGetIn">
    <wsdl:part name="sDate" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getBornOnHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getDiedOnHttpGetIn">
    <wsdl:part name="sDate" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDiedOnHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getTodaysBirthdaysHttpPostIn" />
  <wsdl:message name="getTodaysBirthdaysHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getDeadOrAliveHttpPostIn">
    <wsdl:part name="sFullName" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDeadOrAliveHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getBornOnHttpPostIn">
    <wsdl:part name="sDate" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getBornOnHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="getDiedOnHttpPostIn">
    <wsdl:part name="sDate" type="s:string" />
  </wsdl:message>
  <wsdl:message name="getDiedOnHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:portType name="DeadOrAliveSoap">
    <wsdl:operation name="getTodaysBirthdays">
      <wsdl:input message="tns:getTodaysBirthdaysSoapIn" />
      <wsdl:output message="tns:getTodaysBirthdaysSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeadOrAlive">
      <wsdl:input message="tns:getDeadOrAliveSoapIn" />
      <wsdl:output message="tns:getDeadOrAliveSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getBornOn">
      <wsdl:input message="tns:getBornOnSoapIn" />
      <wsdl:output message="tns:getBornOnSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="getDiedOn">
      <wsdl:input message="tns:getDiedOnSoapIn" />
      <wsdl:output message="tns:getDiedOnSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="DeadOrAliveHttpGet">
    <wsdl:operation name="getTodaysBirthdays">
      <wsdl:input message="tns:getTodaysBirthdaysHttpGetIn" />
      <wsdl:output message="tns:getTodaysBirthdaysHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeadOrAlive">
      <wsdl:input message="tns:getDeadOrAliveHttpGetIn" />
      <wsdl:output message="tns:getDeadOrAliveHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getBornOn">
      <wsdl:input message="tns:getBornOnHttpGetIn" />
      <wsdl:output message="tns:getBornOnHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="getDiedOn">
      <wsdl:input message="tns:getDiedOnHttpGetIn" />
      <wsdl:output message="tns:getDiedOnHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="DeadOrAliveHttpPost">
    <wsdl:operation name="getTodaysBirthdays">
      <wsdl:input message="tns:getTodaysBirthdaysHttpPostIn" />
      <wsdl:output message="tns:getTodaysBirthdaysHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getDeadOrAlive">
      <wsdl:input message="tns:getDeadOrAliveHttpPostIn" />
      <wsdl:output message="tns:getDeadOrAliveHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getBornOn">
      <wsdl:input message="tns:getBornOnHttpPostIn" />
      <wsdl:output message="tns:getBornOnHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="getDiedOn">
      <wsdl:input message="tns:getDiedOnHttpPostIn" />
      <wsdl:output message="tns:getDiedOnHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="DeadOrAliveSoap" type="tns:DeadOrAliveSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
    <wsdl:operation name="getTodaysBirthdays">
      <soap:operation soapAction="http://www.abundanttech.com/webservices/deadoralive/getTodaysBirthdays" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeadOrAlive">
      <soap:operation soapAction="http://www.abundanttech.com/webservices/deadoralive/getDeadOrAlive" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getBornOn">
      <soap:operation soapAction="http://www.abundanttech.com/webservices/deadoralive/getBornOn" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDiedOn">
      <soap:operation soapAction="http://www.abundanttech.com/webservices/deadoralive/getDiedOn" 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="DeadOrAliveHttpGet" type="tns:DeadOrAliveHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="getTodaysBirthdays">
      <http:operation location="/getTodaysBirthdays" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeadOrAlive">
      <http:operation location="/getDeadOrAlive" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getBornOn">
      <http:operation location="/getBornOn" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDiedOn">
      <http:operation location="/getDiedOn" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="DeadOrAliveHttpPost" type="tns:DeadOrAliveHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="getTodaysBirthdays">
      <http:operation location="/getTodaysBirthdays" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDeadOrAlive">
      <http:operation location="/getDeadOrAlive" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getBornOn">
      <http:operation location="/getBornOn" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getDiedOn">
      <http:operation location="/getDiedOn" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="DeadOrAlive">
    <documentation xmlns="http://schemas.xmlsoap.org/wsdl/" />
    <wsdl:port name="DeadOrAliveSoap" binding="tns:DeadOrAliveSoap">
      <soap:address location="http://www.abundanttech.com/WebServices/DeadOrAlive/DeadOrAlive.asmx" />
    </wsdl:port>
    <wsdl:port name="DeadOrAliveHttpGet" binding="tns:DeadOrAliveHttpGet">
      <http:address location="http://www.abundanttech.com/WebServices/DeadOrAlive/DeadOrAlive.asmx" />
    </wsdl:port>
    <wsdl:port name="DeadOrAliveHttpPost" binding="tns:DeadOrAliveHttpPost">
      <http:address location="http://www.abundanttech.com/WebServices/DeadOrAlive/DeadOrAlive.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>