<?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://www.williamsportwebdeveloper.com/" 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://www.williamsportwebdeveloper.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Web services to query the book database.</wsdl:documentation>
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.williamsportwebdeveloper.com/">
      <s:element name="GetBooksByTitle">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strTitle" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBooksByTitleResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBooksByTitleResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBooksByAuthor">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="strAuthor" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetBooksByAuthorResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetBooksByAuthorResult" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="string" nillable="true" type="s:string" />
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetBooksByTitleSoapIn">
    <wsdl:part name="parameters" element="tns:GetBooksByTitle" />
  </wsdl:message>
  <wsdl:message name="GetBooksByTitleSoapOut">
    <wsdl:part name="parameters" element="tns:GetBooksByTitleResponse" />
  </wsdl:message>
  <wsdl:message name="GetBooksByAuthorSoapIn">
    <wsdl:part name="parameters" element="tns:GetBooksByAuthor" />
  </wsdl:message>
  <wsdl:message name="GetBooksByAuthorSoapOut">
    <wsdl:part name="parameters" element="tns:GetBooksByAuthorResponse" />
  </wsdl:message>
  <wsdl:message name="GetBooksByTitleHttpGetIn">
    <wsdl:part name="strTitle" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByTitleHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByAuthorHttpGetIn">
    <wsdl:part name="strAuthor" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByAuthorHttpGetOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByTitleHttpPostIn">
    <wsdl:part name="strTitle" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByTitleHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByAuthorHttpPostIn">
    <wsdl:part name="strAuthor" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetBooksByAuthorHttpPostOut">
    <wsdl:part name="Body" element="tns:string" />
  </wsdl:message>
  <wsdl:portType name="BookServicesSoap">
    <wsdl:operation name="GetBooksByTitle">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the books matching part of a title.</wsdl:documentation>
      <wsdl:input message="tns:GetBooksByTitleSoapIn" />
      <wsdl:output message="tns:GetBooksByTitleSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetBooksByAuthor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the books matching part of an author's name.</wsdl:documentation>
      <wsdl:input message="tns:GetBooksByAuthorSoapIn" />
      <wsdl:output message="tns:GetBooksByAuthorSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="BookServicesHttpGet">
    <wsdl:operation name="GetBooksByTitle">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the books matching part of a title.</wsdl:documentation>
      <wsdl:input message="tns:GetBooksByTitleHttpGetIn" />
      <wsdl:output message="tns:GetBooksByTitleHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetBooksByAuthor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the books matching part of an author's name.</wsdl:documentation>
      <wsdl:input message="tns:GetBooksByAuthorHttpGetIn" />
      <wsdl:output message="tns:GetBooksByAuthorHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="BookServicesHttpPost">
    <wsdl:operation name="GetBooksByTitle">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the books matching part of a title.</wsdl:documentation>
      <wsdl:input message="tns:GetBooksByTitleHttpPostIn" />
      <wsdl:output message="tns:GetBooksByTitleHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetBooksByAuthor">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Gets the books matching part of an author's name.</wsdl:documentation>
      <wsdl:input message="tns:GetBooksByAuthorHttpPostIn" />
      <wsdl:output message="tns:GetBooksByAuthorHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BookServicesSoap" type="tns:BookServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetBooksByTitle">
      <soap:operation soapAction="http://www.williamsportwebdeveloper.com/GetBooksByTitle" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBooksByAuthor">
      <soap:operation soapAction="http://www.williamsportwebdeveloper.com/GetBooksByAuthor" 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="BookServicesSoap12" type="tns:BookServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetBooksByTitle">
      <soap12:operation soapAction="http://www.williamsportwebdeveloper.com/GetBooksByTitle" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBooksByAuthor">
      <soap12:operation soapAction="http://www.williamsportwebdeveloper.com/GetBooksByAuthor" 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="BookServicesHttpGet" type="tns:BookServicesHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="GetBooksByTitle">
      <http:operation location="/GetBooksByTitle" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetBooksByAuthor">
      <http:operation location="/GetBooksByAuthor" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="BookServicesHttpPost" type="tns:BookServicesHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="GetBooksByTitle">
      <http:operation location="/GetBooksByTitle" />
      <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="GetBooksByAuthor">
      <http:operation location="/GetBooksByAuthor" />
      <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="BookServices">
    <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Web services to query the book database.</wsdl:documentation>
    <wsdl:port name="BookServicesSoap" binding="tns:BookServicesSoap">
      <soap:address location="http://www.williamsportwebdeveloper.com/BookServices.asmx" />
    </wsdl:port>
    <wsdl:port name="BookServicesSoap12" binding="tns:BookServicesSoap12">
      <soap12:address location="http://www.williamsportwebdeveloper.com/BookServices.asmx" />
    </wsdl:port>
    <wsdl:port name="BookServicesHttpGet" binding="tns:BookServicesHttpGet">
      <http:address location="http://www.williamsportwebdeveloper.com/BookServices.asmx" />
    </wsdl:port>
    <wsdl:port name="BookServicesHttpPost" binding="tns:BookServicesHttpPost">
      <http:address location="http://www.williamsportwebdeveloper.com/BookServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>