<?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.mathertel.de/BibleData" 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.mathertel.de/BibleData" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.mathertel.de/BibleData">
      <s:element name="ListBooks">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListBooksResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ListBooksResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListChapters">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListChaptersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ListChaptersResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListVerses">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ListVersesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ListVersesResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetProlog">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetPrologResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetPrologResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetVers">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="key" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetVersResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetVersResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSubNodes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="path" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSubNodesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSubNodesResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Select">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="filter" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="order" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SelectResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SelectResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Fetch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="id" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="FetchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="FetchResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="ListBooksSoapIn">
    <wsdl:part name="parameters" element="tns:ListBooks" />
  </wsdl:message>
  <wsdl:message name="ListBooksSoapOut">
    <wsdl:part name="parameters" element="tns:ListBooksResponse" />
  </wsdl:message>
  <wsdl:message name="ListChaptersSoapIn">
    <wsdl:part name="parameters" element="tns:ListChapters" />
  </wsdl:message>
  <wsdl:message name="ListChaptersSoapOut">
    <wsdl:part name="parameters" element="tns:ListChaptersResponse" />
  </wsdl:message>
  <wsdl:message name="ListVersesSoapIn">
    <wsdl:part name="parameters" element="tns:ListVerses" />
  </wsdl:message>
  <wsdl:message name="ListVersesSoapOut">
    <wsdl:part name="parameters" element="tns:ListVersesResponse" />
  </wsdl:message>
  <wsdl:message name="GetPrologSoapIn">
    <wsdl:part name="parameters" element="tns:GetProlog" />
  </wsdl:message>
  <wsdl:message name="GetPrologSoapOut">
    <wsdl:part name="parameters" element="tns:GetPrologResponse" />
  </wsdl:message>
  <wsdl:message name="GetVersSoapIn">
    <wsdl:part name="parameters" element="tns:GetVers" />
  </wsdl:message>
  <wsdl:message name="GetVersSoapOut">
    <wsdl:part name="parameters" element="tns:GetVersResponse" />
  </wsdl:message>
  <wsdl:message name="GetSubNodesSoapIn">
    <wsdl:part name="parameters" element="tns:GetSubNodes" />
  </wsdl:message>
  <wsdl:message name="GetSubNodesSoapOut">
    <wsdl:part name="parameters" element="tns:GetSubNodesResponse" />
  </wsdl:message>
  <wsdl:message name="SelectSoapIn">
    <wsdl:part name="parameters" element="tns:Select" />
  </wsdl:message>
  <wsdl:message name="SelectSoapOut">
    <wsdl:part name="parameters" element="tns:SelectResponse" />
  </wsdl:message>
  <wsdl:message name="FetchSoapIn">
    <wsdl:part name="parameters" element="tns:Fetch" />
  </wsdl:message>
  <wsdl:message name="FetchSoapOut">
    <wsdl:part name="parameters" element="tns:FetchResponse" />
  </wsdl:message>
  <wsdl:message name="ListBooksHttpGetIn">
    <wsdl:part name="version" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ListBooksHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ListChaptersHttpGetIn">
    <wsdl:part name="key" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ListChaptersHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="ListVersesHttpGetIn">
    <wsdl:part name="key" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ListVersesHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetPrologHttpGetIn">
    <wsdl:part name="key" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetPrologHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetVersHttpGetIn">
    <wsdl:part name="key" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetVersHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetSubNodesHttpGetIn">
    <wsdl:part name="path" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetSubNodesHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="SelectHttpGetIn">
    <wsdl:part name="filter" type="s:string" />
    <wsdl:part name="order" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SelectHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="FetchHttpGetIn">
    <wsdl:part name="id" type="s:string" />
  </wsdl:message>
  <wsdl:message name="FetchHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="BibleDataSoap">
    <wsdl:operation name="ListBooks">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of all avialable books.</wsdl:documentation>
      <wsdl:input message="tns:ListBooksSoapIn" />
      <wsdl:output message="tns:ListBooksSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ListChapters">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of all avialable chapters.</wsdl:documentation>
      <wsdl:input message="tns:ListChaptersSoapIn" />
      <wsdl:output message="tns:ListChaptersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ListVerses">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of all avialable verses.</wsdl:documentation>
      <wsdl:input message="tns:ListVersesSoapIn" />
      <wsdl:output message="tns:ListVersesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProlog">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the prolog text of a specific chapter.</wsdl:documentation>
      <wsdl:input message="tns:GetPrologSoapIn" />
      <wsdl:output message="tns:GetPrologSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetVers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the text of all specific verse.</wsdl:documentation>
      <wsdl:input message="tns:GetVersSoapIn" />
      <wsdl:output message="tns:GetVersSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSubNodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the subnodes of a given folder path.</wsdl:documentation>
      <wsdl:input message="tns:GetSubNodesSoapIn" />
      <wsdl:output message="tns:GetSubNodesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Select">
      <wsdl:input message="tns:SelectSoapIn" />
      <wsdl:output message="tns:SelectSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Fetch">
      <wsdl:input message="tns:FetchSoapIn" />
      <wsdl:output message="tns:FetchSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="BibleDataHttpGet">
    <wsdl:operation name="ListBooks">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of all avialable books.</wsdl:documentation>
      <wsdl:input message="tns:ListBooksHttpGetIn" />
      <wsdl:output message="tns:ListBooksHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ListChapters">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of all avialable chapters.</wsdl:documentation>
      <wsdl:input message="tns:ListChaptersHttpGetIn" />
      <wsdl:output message="tns:ListChaptersHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ListVerses">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of all avialable verses.</wsdl:documentation>
      <wsdl:input message="tns:ListVersesHttpGetIn" />
      <wsdl:output message="tns:ListVersesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetProlog">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the prolog text of a specific chapter.</wsdl:documentation>
      <wsdl:input message="tns:GetPrologHttpGetIn" />
      <wsdl:output message="tns:GetPrologHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetVers">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the text of all specific verse.</wsdl:documentation>
      <wsdl:input message="tns:GetVersHttpGetIn" />
      <wsdl:output message="tns:GetVersHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetSubNodes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get the subnodes of a given folder path.</wsdl:documentation>
      <wsdl:input message="tns:GetSubNodesHttpGetIn" />
      <wsdl:output message="tns:GetSubNodesHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="Select">
      <wsdl:input message="tns:SelectHttpGetIn" />
      <wsdl:output message="tns:SelectHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="Fetch">
      <wsdl:input message="tns:FetchHttpGetIn" />
      <wsdl:output message="tns:FetchHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BibleDataSoap" type="tns:BibleDataSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ListBooks">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/ListBooks" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListChapters">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/ListChapters" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListVerses">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/ListVerses" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProlog">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/GetProlog" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVers">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/GetVers" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSubNodes">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/GetSubNodes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Select">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/Select" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Fetch">
      <soap:operation soapAction="http://www.mathertel.de/BibleData/Fetch" 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="BibleDataSoap12" type="tns:BibleDataSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="ListBooks">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/ListBooks" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListChapters">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/ListChapters" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListVerses">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/ListVerses" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProlog">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/GetProlog" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVers">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/GetVers" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSubNodes">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/GetSubNodes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Select">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/Select" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Fetch">
      <soap12:operation soapAction="http://www.mathertel.de/BibleData/Fetch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="BibleDataHttpGet" type="tns:BibleDataHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="ListBooks">
      <http:operation location="/ListBooks" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListChapters">
      <http:operation location="/ListChapters" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ListVerses">
      <http:operation location="/ListVerses" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetProlog">
      <http:operation location="/GetProlog" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetVers">
      <http:operation location="/GetVers" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetSubNodes">
      <http:operation location="/GetSubNodes" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Select">
      <http:operation location="/Select" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Fetch">
      <http:operation location="/Fetch" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="BibleData">
    <wsdl:port name="BibleDataSoap" binding="tns:BibleDataSoap">
      <soap:address location="http://www.mathertel.de/AJAXEngine/S03_AJAXControls/BibleData.asmx" />
    </wsdl:port>
    <wsdl:port name="BibleDataSoap12" binding="tns:BibleDataSoap12">
      <soap12:address location="http://www.mathertel.de/AJAXEngine/S03_AJAXControls/BibleData.asmx" />
    </wsdl:port>
    <wsdl:port name="BibleDataHttpGet" binding="tns:BibleDataHttpGet">
      <http:address location="http://www.mathertel.de/AJAXEngine/S03_AJAXControls/BibleData.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>