<?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.birdwellmusic.com/" 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.birdwellmusic.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://www.birdwellmusic.com/">
      <s:element name="GetSearchTypes">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="memberTicket" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetSearchTypesResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetSearchTypesResult" type="tns:ArrayOfSearchType" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSearchType">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SearchType" nillable="true" type="tns:SearchType" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SearchType">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Name" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Value" type="s:string" />
        </s:sequence>
      </s:complexType>
      <s:element name="Search">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="memberTicket" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="criteria" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="resultsMustContainAllWords" type="s:boolean" />
            <s:element minOccurs="0" maxOccurs="1" name="searchTypeValue" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="SearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="SearchResult" type="tns:ArrayOfSearchResultItem" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:complexType name="ArrayOfSearchResultItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="unbounded" name="SearchResultItem" nillable="true" type="tns:SearchResultItem" />
        </s:sequence>
      </s:complexType>
      <s:complexType name="SearchResultItem">
        <s:sequence>
          <s:element minOccurs="0" maxOccurs="1" name="Label" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Url" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Target" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Description" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Content" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Size" type="s:string" />
          <s:element minOccurs="0" maxOccurs="1" name="Type" type="s:string" />
        </s:sequence>
      </s:complexType>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="GetSearchTypesSoapIn">
    <wsdl:part name="parameters" element="tns:GetSearchTypes" />
  </wsdl:message>
  <wsdl:message name="GetSearchTypesSoapOut">
    <wsdl:part name="parameters" element="tns:GetSearchTypesResponse" />
  </wsdl:message>
  <wsdl:message name="SearchSoapIn">
    <wsdl:part name="parameters" element="tns:Search" />
  </wsdl:message>
  <wsdl:message name="SearchSoapOut">
    <wsdl:part name="parameters" element="tns:SearchResponse" />
  </wsdl:message>
  <wsdl:portType name="BirdwellMusicServicesSoap">
    <wsdl:operation name="GetSearchTypes">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of SearchType objects which contain the information of what types of searches you can perform.  You must have a membership ticket to call this method.  Become a BirdwellMusic.com member and view your profile to obtain your ticket.</wsdl:documentation>
      <wsdl:input message="tns:GetSearchTypesSoapIn" />
      <wsdl:output message="tns:GetSearchTypesSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Search">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Returns an array of SearchResultItem objects which contain results from the search.  To search everything, simply set the searchTypeValue argument to a blank string; otherwise you will need to get the legal values by calling the GetSearchTypes method - you will need to pass in the value of one those items.  The SearchResultItem's Url property, if not explicit (e.g., http://someserver.com/somelink.aspx, will otherwise be relative to http://www.birdwellmusic.com.  This search is limited to BirdwellMusic.com only.  You must have a membership ticket to call this method.  Become a BirdwellMusic.com member and view your profile to obtain your ticket.</wsdl:documentation>
      <wsdl:input message="tns:SearchSoapIn" />
      <wsdl:output message="tns:SearchSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="BirdwellMusicServicesSoap" type="tns:BirdwellMusicServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSearchTypes">
      <soap:operation soapAction="http://www.birdwellmusic.com/GetSearchTypes" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Search">
      <soap:operation soapAction="http://www.birdwellmusic.com/Search" 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="BirdwellMusicServicesSoap12" type="tns:BirdwellMusicServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="GetSearchTypes">
      <soap12:operation soapAction="http://www.birdwellmusic.com/GetSearchTypes" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Search">
      <soap12:operation soapAction="http://www.birdwellmusic.com/Search" 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="BirdwellMusicServices">
    <wsdl:port name="BirdwellMusicServicesSoap" binding="tns:BirdwellMusicServicesSoap">
      <soap:address location="http://www.pitch-themovie.com/BirdwellMusicServices.asmx" />
    </wsdl:port>
    <wsdl:port name="BirdwellMusicServicesSoap12" binding="tns:BirdwellMusicServicesSoap12">
      <soap12:address location="http://www.pitch-themovie.com/BirdwellMusicServices.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>