<?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:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" targetNamespace="http://tempuri.org/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
  <wsdl:types>
    <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/">
      <s:element name="StoreLookup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="storeId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="productTypes" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="StoreLookupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="StoreLookupResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="StoreLookupPaged">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="storeId" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="productTypes" type="s:string" />
            <s:element minOccurs="1" maxOccurs="1" name="pageIndex" type="s:int" />
            <s:element minOccurs="1" maxOccurs="1" name="pageSize" type="s:int" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="StoreLookupPagedResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="StoreLookupPagedResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductLookup">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="1" maxOccurs="1" name="productNumber" type="s:int" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="ProductLookupResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="ProductLookupResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="Search">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="query" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="version" 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">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AdvancedSearch">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="query" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="apiKey" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="version" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="productTypes" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="startResults" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="maxResults" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="maxProductsPerDesign" type="s:string" />
            <s:element minOccurs="0" maxOccurs="1" name="sort" type="s:string" />
          </s:sequence>
        </s:complexType>
      </s:element>
      <s:element name="AdvancedSearchResponse">
        <s:complexType>
          <s:sequence>
            <s:element minOccurs="0" maxOccurs="1" name="AdvancedSearchResult">
              <s:complexType mixed="true">
                <s:sequence>
                  <s:any />
                </s:sequence>
              </s:complexType>
            </s:element>
          </s:sequence>
        </s:complexType>
      </s:element>
    </s:schema>
  </wsdl:types>
  <wsdl:message name="StoreLookupSoapIn">
    <wsdl:part name="parameters" element="tns:StoreLookup" />
  </wsdl:message>
  <wsdl:message name="StoreLookupSoapOut">
    <wsdl:part name="parameters" element="tns:StoreLookupResponse" />
  </wsdl:message>
  <wsdl:message name="StoreLookupPagedSoapIn">
    <wsdl:part name="parameters" element="tns:StoreLookupPaged" />
  </wsdl:message>
  <wsdl:message name="StoreLookupPagedSoapOut">
    <wsdl:part name="parameters" element="tns:StoreLookupPagedResponse" />
  </wsdl:message>
  <wsdl:message name="ProductLookupSoapIn">
    <wsdl:part name="parameters" element="tns:ProductLookup" />
  </wsdl:message>
  <wsdl:message name="ProductLookupSoapOut">
    <wsdl:part name="parameters" element="tns:ProductLookupResponse" />
  </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:message name="AdvancedSearchSoapIn">
    <wsdl:part name="parameters" element="tns:AdvancedSearch" />
  </wsdl:message>
  <wsdl:message name="AdvancedSearchSoapOut">
    <wsdl:part name="parameters" element="tns:AdvancedSearchResponse" />
  </wsdl:message>
  <wsdl:message name="StoreLookupHttpGetIn">
    <wsdl:part name="storeId" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="productTypes" type="s:string" />
  </wsdl:message>
  <wsdl:message name="StoreLookupHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="StoreLookupPagedHttpGetIn">
    <wsdl:part name="storeId" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="productTypes" type="s:string" />
    <wsdl:part name="pageIndex" type="s:string" />
    <wsdl:part name="pageSize" type="s:string" />
  </wsdl:message>
  <wsdl:message name="StoreLookupPagedHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="ProductLookupHttpGetIn">
    <wsdl:part name="productNumber" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ProductLookupHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="SearchHttpGetIn">
    <wsdl:part name="query" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SearchHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="AdvancedSearchHttpGetIn">
    <wsdl:part name="query" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="productTypes" type="s:string" />
    <wsdl:part name="startResults" type="s:string" />
    <wsdl:part name="maxResults" type="s:string" />
    <wsdl:part name="maxProductsPerDesign" type="s:string" />
    <wsdl:part name="sort" type="s:string" />
  </wsdl:message>
  <wsdl:message name="AdvancedSearchHttpGetOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="StoreLookupHttpPostIn">
    <wsdl:part name="storeId" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="productTypes" type="s:string" />
  </wsdl:message>
  <wsdl:message name="StoreLookupHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="StoreLookupPagedHttpPostIn">
    <wsdl:part name="storeId" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="productTypes" type="s:string" />
    <wsdl:part name="pageIndex" type="s:string" />
    <wsdl:part name="pageSize" type="s:string" />
  </wsdl:message>
  <wsdl:message name="StoreLookupPagedHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="ProductLookupHttpPostIn">
    <wsdl:part name="productNumber" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
  </wsdl:message>
  <wsdl:message name="ProductLookupHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="SearchHttpPostIn">
    <wsdl:part name="query" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
  </wsdl:message>
  <wsdl:message name="SearchHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:message name="AdvancedSearchHttpPostIn">
    <wsdl:part name="query" type="s:string" />
    <wsdl:part name="apiKey" type="s:string" />
    <wsdl:part name="version" type="s:string" />
    <wsdl:part name="productTypes" type="s:string" />
    <wsdl:part name="startResults" type="s:string" />
    <wsdl:part name="maxResults" type="s:string" />
    <wsdl:part name="maxProductsPerDesign" type="s:string" />
    <wsdl:part name="sort" type="s:string" />
  </wsdl:message>
  <wsdl:message name="AdvancedSearchHttpPostOut">
    <wsdl:part name="Body" />
  </wsdl:message>
  <wsdl:portType name="CafePressServicesSoap">
    <wsdl:operation name="StoreLookup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProductsOfStore.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProductsOfStore'</wsdl:documentation>
      <wsdl:input message="tns:StoreLookupSoapIn" />
      <wsdl:output message="tns:StoreLookupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProductsOfStore.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProductsOfStore'</wsdl:documentation>
      <wsdl:input message="tns:StoreLookupPagedSoapIn" />
      <wsdl:output message="tns:StoreLookupPagedSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProduct.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProduct'</wsdl:documentation>
      <wsdl:input message="tns:ProductLookupSoapIn" />
      <wsdl:output message="tns:ProductLookupSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="Search">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.search.cp' see '/documentation.list.cp?resource=product&amp;action=search'</wsdl:documentation>
      <wsdl:input message="tns:SearchSoapIn" />
      <wsdl:output message="tns:SearchSoapOut" />
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usage of this method with a request to '/product.search.cp'; use page-based requesting instead of startResults and maxResults; merchandiseIds replaces productTypes;  see '/documentation.list.cp?resource=product&amp;action=search'</wsdl:documentation>
      <wsdl:input message="tns:AdvancedSearchSoapIn" />
      <wsdl:output message="tns:AdvancedSearchSoapOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CafePressServicesHttpGet">
    <wsdl:operation name="StoreLookup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProductsOfStore.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProductsOfStore'</wsdl:documentation>
      <wsdl:input message="tns:StoreLookupHttpGetIn" />
      <wsdl:output message="tns:StoreLookupHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProductsOfStore.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProductsOfStore'</wsdl:documentation>
      <wsdl:input message="tns:StoreLookupPagedHttpGetIn" />
      <wsdl:output message="tns:StoreLookupPagedHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProduct.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProduct'</wsdl:documentation>
      <wsdl:input message="tns:ProductLookupHttpGetIn" />
      <wsdl:output message="tns:ProductLookupHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="Search">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.search.cp' see '/documentation.list.cp?resource=product&amp;action=search'</wsdl:documentation>
      <wsdl:input message="tns:SearchHttpGetIn" />
      <wsdl:output message="tns:SearchHttpGetOut" />
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usage of this method with a request to '/product.search.cp'; use page-based requesting instead of startResults and maxResults; merchandiseIds replaces productTypes;  see '/documentation.list.cp?resource=product&amp;action=search'</wsdl:documentation>
      <wsdl:input message="tns:AdvancedSearchHttpGetIn" />
      <wsdl:output message="tns:AdvancedSearchHttpGetOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:portType name="CafePressServicesHttpPost">
    <wsdl:operation name="StoreLookup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProductsOfStore.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProductsOfStore'</wsdl:documentation>
      <wsdl:input message="tns:StoreLookupHttpPostIn" />
      <wsdl:output message="tns:StoreLookupHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProductsOfStore.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProductsOfStore'</wsdl:documentation>
      <wsdl:input message="tns:StoreLookupPagedHttpPostIn" />
      <wsdl:output message="tns:StoreLookupPagedHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.searchForProduct.cp' see '/documentation.list.cp?resource=product&amp;action=searchForProduct'</wsdl:documentation>
      <wsdl:input message="tns:ProductLookupHttpPostIn" />
      <wsdl:output message="tns:ProductLookupHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="Search">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usages of this method with requests to '/product.search.cp' see '/documentation.list.cp?resource=product&amp;action=search'</wsdl:documentation>
      <wsdl:input message="tns:SearchHttpPostIn" />
      <wsdl:output message="tns:SearchHttpPostOut" />
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">DEPRECATED: replace usage of this method with a request to '/product.search.cp'; use page-based requesting instead of startResults and maxResults; merchandiseIds replaces productTypes;  see '/documentation.list.cp?resource=product&amp;action=search'</wsdl:documentation>
      <wsdl:input message="tns:AdvancedSearchHttpPostIn" />
      <wsdl:output message="tns:AdvancedSearchHttpPostOut" />
    </wsdl:operation>
  </wsdl:portType>
  <wsdl:binding name="CafePressServicesSoap" type="tns:CafePressServicesSoap">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="StoreLookup">
      <soap:operation soapAction="http://tempuri.org/StoreLookup" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <soap:operation soapAction="http://tempuri.org/StoreLookupPaged" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <soap:operation soapAction="http://tempuri.org/ProductLookup" 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://tempuri.org/Search" style="document" />
      <wsdl:input>
        <soap:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <soap:operation soapAction="http://tempuri.org/AdvancedSearch" 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="CafePressServicesSoap12" type="tns:CafePressServicesSoap">
    <soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
    <wsdl:operation name="StoreLookup">
      <soap12:operation soapAction="http://tempuri.org/StoreLookup" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <soap12:operation soapAction="http://tempuri.org/StoreLookupPaged" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <soap12:operation soapAction="http://tempuri.org/ProductLookup" 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://tempuri.org/Search" style="document" />
      <wsdl:input>
        <soap12:body use="literal" />
      </wsdl:input>
      <wsdl:output>
        <soap12:body use="literal" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <soap12:operation soapAction="http://tempuri.org/AdvancedSearch" 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="CafePressServicesHttpGet" type="tns:CafePressServicesHttpGet">
    <http:binding verb="GET" />
    <wsdl:operation name="StoreLookup">
      <http:operation location="/StoreLookup" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <http:operation location="/StoreLookupPaged" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <http:operation location="/ProductLookup" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Search">
      <http:operation location="/Search" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <http:operation location="/AdvancedSearch" />
      <wsdl:input>
        <http:urlEncoded />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:binding name="CafePressServicesHttpPost" type="tns:CafePressServicesHttpPost">
    <http:binding verb="POST" />
    <wsdl:operation name="StoreLookup">
      <http:operation location="/StoreLookup" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="StoreLookupPaged">
      <http:operation location="/StoreLookupPaged" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="ProductLookup">
      <http:operation location="/ProductLookup" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="Search">
      <http:operation location="/Search" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="AdvancedSearch">
      <http:operation location="/AdvancedSearch" />
      <wsdl:input>
        <mime:content type="application/x-www-form-urlencoded" />
      </wsdl:input>
      <wsdl:output>
        <mime:content part="Body" type="text/xml" />
      </wsdl:output>
    </wsdl:operation>
  </wsdl:binding>
  <wsdl:service name="CafePressServices">
    <wsdl:port name="CafePressServicesSoap" binding="tns:CafePressServicesSoap">
      <soap:address location="http://api.cafepress.com/index.asmx" />
    </wsdl:port>
    <wsdl:port name="CafePressServicesSoap12" binding="tns:CafePressServicesSoap12">
      <soap12:address location="http://api.cafepress.com/index.asmx" />
    </wsdl:port>
    <wsdl:port name="CafePressServicesHttpGet" binding="tns:CafePressServicesHttpGet">
      <http:address location="http://api.cafepress.com/index.asmx" />
    </wsdl:port>
    <wsdl:port name="CafePressServicesHttpPost" binding="tns:CafePressServicesHttpPost">
      <http:address location="http://api.cafepress.com/index.asmx" />
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>