<?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://businessphotosusa.com/pws002" 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://businessphotosusa.com/pws002" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://businessphotosusa.com/pws002">
      <s:element name="PhotoSearch">
        <s:complexType>
          <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:element minOccurs="0" maxOccurs="1" name="_iusa" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PhotoSearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PhotoSearchResult">
              <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="PhotoSearchData">
        <s:complexType>
          <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:element minOccurs="0" maxOccurs="1" name="_iusa" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_view" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PhotoSearchDataResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PhotoSearchDataResult">
              <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="PhotoSearchView">
        <s:complexType>
          <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:element minOccurs="0" maxOccurs="1" name="_iusa" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_view" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="PhotoSearchViewResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="PhotoSearchViewResult">
              <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="GetThumbnail">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="_iusa" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="_view" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="GetThumbnailResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="GetThumbnailResult">
              <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="PhotoSearchSoapIn">
    <wsdl:part name="parameters" element="tns:PhotoSearch" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchSoapOut">
    <wsdl:part name="parameters" element="tns:PhotoSearchResponse" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchDataSoapIn">
    <wsdl:part name="parameters" element="tns:PhotoSearchData" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchDataSoapOut">
    <wsdl:part name="parameters" element="tns:PhotoSearchDataResponse" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchViewSoapIn">
    <wsdl:part name="parameters" element="tns:PhotoSearchView" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchViewSoapOut">
    <wsdl:part name="parameters" element="tns:PhotoSearchViewResponse" />
  </wsdl:message>
  <wsdl:message name="GetThumbnailSoapIn">
    <wsdl:part name="parameters" element="tns:GetThumbnail" />
  </wsdl:message>
  <wsdl:message name="GetThumbnailSoapOut">
    <wsdl:part name="parameters" element="tns:GetThumbnailResponse" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchHttpGetIn">
    <wsdl:part name="_username" type="s:string" />
    <wsdl:part name="_password" type="s:string" />
    <wsdl:part name="_iusa" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchDataHttpGetIn">
    <wsdl:part name="_username" type="s:string" />
    <wsdl:part name="_password" type="s:string" />
    <wsdl:part name="_iusa" type="s:string" />
    <wsdl:part name="_view" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchDataHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchViewHttpGetIn">
    <wsdl:part name="_username" type="s:string" />
    <wsdl:part name="_password" type="s:string" />
    <wsdl:part name="_iusa" type="s:string" />
    <wsdl:part name="_view" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchViewHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="GetThumbnailHttpGetIn">
    <wsdl:part name="_iusa" type="s:string" />
    <wsdl:part name="_view" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetThumbnailHttpGetOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchHttpPostIn">
    <wsdl:part name="_username" type="s:string" />
    <wsdl:part name="_password" type="s:string" />
    <wsdl:part name="_iusa" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchDataHttpPostIn">
    <wsdl:part name="_username" type="s:string" />
    <wsdl:part name="_password" type="s:string" />
    <wsdl:part name="_iusa" type="s:string" />
    <wsdl:part name="_view" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchDataHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchViewHttpPostIn">
    <wsdl:part name="_username" type="s:string" />
    <wsdl:part name="_password" type="s:string" />
    <wsdl:part name="_iusa" type="s:string" />
    <wsdl:part name="_view" type="s:string" />
  </wsdl:message>
  <wsdl:message name="PhotoSearchViewHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:message name="GetThumbnailHttpPostIn">
    <wsdl:part name="_iusa" type="s:string" />
    <wsdl:part name="_view" type="s:string" />
  </wsdl:message>
  <wsdl:message name="GetThumbnailHttpPostOut">
    <wsdl:part name="Body" element="tns:DataSet" />
  </wsdl:message>
  <wsdl:portType name="GetPhotoSoap">
    <wsdl:operation name="PhotoSearch">
      <wsdl:input message="tns:PhotoSearchSoapIn" />
      <wsdl:output message="tns:PhotoSearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchData">
      <wsdl:input message="tns:PhotoSearchDataSoapIn" />
      <wsdl:output message="tns:PhotoSearchDataSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchView">
      <wsdl:input message="tns:PhotoSearchViewSoapIn" />
      <wsdl:output message="tns:PhotoSearchViewSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="GetThumbnail">
      <wsdl:input message="tns:GetThumbnailSoapIn" />
      <wsdl:output message="tns:GetThumbnailSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GetPhotoHttpGet">
    <wsdl:operation name="PhotoSearch">
      <wsdl:input message="tns:PhotoSearchHttpGetIn" />
      <wsdl:output message="tns:PhotoSearchHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchData">
      <wsdl:input message="tns:PhotoSearchDataHttpGetIn" />
      <wsdl:output message="tns:PhotoSearchDataHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchView">
      <wsdl:input message="tns:PhotoSearchViewHttpGetIn" />
      <wsdl:output message="tns:PhotoSearchViewHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="GetThumbnail">
      <wsdl:input message="tns:GetThumbnailHttpGetIn" />
      <wsdl:output message="tns:GetThumbnailHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="GetPhotoHttpPost">
    <wsdl:operation name="PhotoSearch">
      <wsdl:input message="tns:PhotoSearchHttpPostIn" />
      <wsdl:output message="tns:PhotoSearchHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchData">
      <wsdl:input message="tns:PhotoSearchDataHttpPostIn" />
      <wsdl:output message="tns:PhotoSearchDataHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchView">
      <wsdl:input message="tns:PhotoSearchViewHttpPostIn" />
      <wsdl:output message="tns:PhotoSearchViewHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="GetThumbnail">
      <wsdl:input message="tns:GetThumbnailHttpPostIn" />
      <wsdl:output message="tns:GetThumbnailHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="GetPhotoSoap" type="tns:GetPhotoSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="PhotoSearch">
      <soap:operation soapAction="http://businessphotosusa.com/pws002/PhotoSearch" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchData">
      <soap:operation soapAction="http://businessphotosusa.com/pws002/PhotoSearchData" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchView">
      <soap:operation soapAction="http://businessphotosusa.com/pws002/PhotoSearchView" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetThumbnail">
      <soap:operation soapAction="http://businessphotosusa.com/pws002/GetThumbnail" 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="GetPhotoSoap12" type="tns:GetPhotoSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="PhotoSearch">
      <soap12:operation soapAction="http://businessphotosusa.com/pws002/PhotoSearch" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchData">
      <soap12:operation soapAction="http://businessphotosusa.com/pws002/PhotoSearchData" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchView">
      <soap12:operation soapAction="http://businessphotosusa.com/pws002/PhotoSearchView" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetThumbnail">
      <soap12:operation soapAction="http://businessphotosusa.com/pws002/GetThumbnail" 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="GetPhotoHttpGet" type="tns:GetPhotoHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="PhotoSearch">
      <http:operation location="/PhotoSearch" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchData">
      <http:operation location="/PhotoSearchData" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="PhotoSearchView">
      <http:operation location="/PhotoSearchView" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="GetThumbnail">
      <http:operation location="/GetThumbnail" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:mimeXml part="Body" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="GetPhotoHttpPost" type="tns:GetPhotoHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="PhotoSearch">
      <http:operation location="/PhotoSearch" />
      <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="PhotoSearchData">
      <http:operation location="/PhotoSearchData" />
      <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="PhotoSearchView">
      <http:operation location="/PhotoSearchView" />
      <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="GetThumbnail">
      <http:operation location="/GetThumbnail" />
      <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="GetPhoto">
    <wsdl:port name="GetPhotoSoap" binding="tns:GetPhotoSoap">
      <soap:address location="http://businessphotosusa.com/pws002/getphoto.asmx" />
    </wsdl:port>
    <wsdl:port name="GetPhotoSoap12" binding="tns:GetPhotoSoap12">
      <soap12:address location="http://businessphotosusa.com/pws002/getphoto.asmx" />
    </wsdl:port>
    <wsdl:port name="GetPhotoHttpGet" binding="tns:GetPhotoHttpGet">
      <http:address location="http://businessphotosusa.com/pws002/getphoto.asmx" />
    </wsdl:port>
    <wsdl:port name="GetPhotoHttpPost" binding="tns:GetPhotoHttpPost">
      <http:address location="http://businessphotosusa.com/pws002/getphoto.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>