ContentCafe


Click here for a complete list of operations.

XmlPost

XML request in the content-area of the post

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /ContentCafe/ContentCafe.asmx HTTP/1.1
Host: images.btol.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://ContentCafe2.btol.com/XmlPost"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <XmlPost xmlns="http://ContentCafe2.btol.com" />
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <XmlPostResponse xmlns="http://ContentCafe2.btol.com">
      <ContentCafe DateTime="dateTime">
        <Error>string</Error>
        <Search UserID="string" Password="string">
          <SearchOptions>
            <MaxRecords>int</MaxRecords>
            <Offset>int</Offset>
            <SortBy xsi:nil="true" />
            <SortBy xsi:nil="true" />
          </SearchOptions>
          <SearchGroups>
            <SearchGroup xsi:nil="true" />
            <SearchGroup xsi:nil="true" />
          </SearchGroups>
          <SearchResults>
            <ProductItem xsi:nil="true" />
            <ProductItem xsi:nil="true" />
          </SearchResults>
        </Search>
        <RequestItems UserID="string" Password="string">
          <RequestItem ID="string">
            <Key xsi:nil="true" />
            <Content xsi:nil="true" />
            <Content xsi:nil="true" />
            <MemberItem xsi:nil="true" />
            <MemberItems xsi:nil="true" />
            <AvailableContent xsi:nil="true" />
            <AnnotationItems xsi:nil="true" />
            <ReviewItems xsi:nil="true" />
            <BiographyItems xsi:nil="true" />
            <FlapItems xsi:nil="true" />
            <InventoryItems xsi:nil="true" />
            <DemandItems xsi:nil="true" />
            <DemandHistoryItems xsi:nil="true" />
            <JacketItems xsi:nil="true" />
            <TocItems xsi:nil="true" />
            <ExcerptItems xsi:nil="true" />
            <ProductItems xsi:nil="true" />
            <Muze xsi:nil="true" />
          </RequestItem>
          <RequestItem ID="string">
            <Key xsi:nil="true" />
            <Content xsi:nil="true" />
            <Content xsi:nil="true" />
            <MemberItem xsi:nil="true" />
            <MemberItems xsi:nil="true" />
            <AvailableContent xsi:nil="true" />
            <AnnotationItems xsi:nil="true" />
            <ReviewItems xsi:nil="true" />
            <BiographyItems xsi:nil="true" />
            <FlapItems xsi:nil="true" />
            <InventoryItems xsi:nil="true" />
            <DemandItems xsi:nil="true" />
            <DemandHistoryItems xsi:nil="true" />
            <JacketItems xsi:nil="true" />
            <TocItems xsi:nil="true" />
            <ExcerptItems xsi:nil="true" />
            <ProductItems xsi:nil="true" />
            <Muze xsi:nil="true" />
          </RequestItem>
        </RequestItems>
      </ContentCafe>
    </XmlPostResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /ContentCafe/ContentCafe.asmx HTTP/1.1
Host: images.btol.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <XmlPost xmlns="http://ContentCafe2.btol.com" />
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <XmlPostResponse xmlns="http://ContentCafe2.btol.com">
      <ContentCafe DateTime="dateTime">
        <Error>string</Error>
        <Search UserID="string" Password="string">
          <SearchOptions>
            <MaxRecords>int</MaxRecords>
            <Offset>int</Offset>
            <SortBy xsi:nil="true" />
            <SortBy xsi:nil="true" />
          </SearchOptions>
          <SearchGroups>
            <SearchGroup xsi:nil="true" />
            <SearchGroup xsi:nil="true" />
          </SearchGroups>
          <SearchResults>
            <ProductItem xsi:nil="true" />
            <ProductItem xsi:nil="true" />
          </SearchResults>
        </Search>
        <RequestItems UserID="string" Password="string">
          <RequestItem ID="string">
            <Key xsi:nil="true" />
            <Content xsi:nil="true" />
            <Content xsi:nil="true" />
            <MemberItem xsi:nil="true" />
            <MemberItems xsi:nil="true" />
            <AvailableContent xsi:nil="true" />
            <AnnotationItems xsi:nil="true" />
            <ReviewItems xsi:nil="true" />
            <BiographyItems xsi:nil="true" />
            <FlapItems xsi:nil="true" />
            <InventoryItems xsi:nil="true" />
            <DemandItems xsi:nil="true" />
            <DemandHistoryItems xsi:nil="true" />
            <JacketItems xsi:nil="true" />
            <TocItems xsi:nil="true" />
            <ExcerptItems xsi:nil="true" />
            <ProductItems xsi:nil="true" />
            <Muze xsi:nil="true" />
          </RequestItem>
          <RequestItem ID="string">
            <Key xsi:nil="true" />
            <Content xsi:nil="true" />
            <Content xsi:nil="true" />
            <MemberItem xsi:nil="true" />
            <MemberItems xsi:nil="true" />
            <AvailableContent xsi:nil="true" />
            <AnnotationItems xsi:nil="true" />
            <ReviewItems xsi:nil="true" />
            <BiographyItems xsi:nil="true" />
            <FlapItems xsi:nil="true" />
            <InventoryItems xsi:nil="true" />
            <DemandItems xsi:nil="true" />
            <DemandHistoryItems xsi:nil="true" />
            <JacketItems xsi:nil="true" />
            <TocItems xsi:nil="true" />
            <ExcerptItems xsi:nil="true" />
            <ProductItems xsi:nil="true" />
            <Muze xsi:nil="true" />
          </RequestItem>
        </RequestItems>
      </ContentCafe>
    </XmlPostResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /ContentCafe/ContentCafe.asmx/XmlPost? HTTP/1.1
Host: images.btol.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ContentCafe DateTime="dateTime" xmlns="http://ContentCafe2.btol.com">
  <Error>string</Error>
  <Search UserID="string" Password="string">
    <SearchOptions>
      <MaxRecords>int</MaxRecords>
      <Offset>int</Offset>
      <SortBy Order="Ascending or Descending" />
      <SortBy Order="Ascending or Descending" />
    </SearchOptions>
    <SearchGroups>
      <SearchGroup Connector="AND or OR or NOT">
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SearchGroup>
      <SearchGroup Connector="AND or OR or NOT">
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SearchGroup>
    </SearchGroups>
    <SearchResults>
      <ProductItem ID="int">
        <ISBN>string</ISBN>
        <UPC>string</UPC>
        <Title d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Author>string</Author>
        <Source d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Series>string</Series>
        <ListPrice>string</ListPrice>
        <PubDate>string</PubDate>
        <Format d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Report d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BTKey>string</BTKey>
        <Dewey>string</Dewey>
        <LCCN>string</LCCN>
        <Edition>string</Edition>
        <Volume>string</Volume>
        <LCClass>string</LCClass>
        <ISSN>string</ISSN>
        <Language d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RatingGradeLevel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GeneralSubject>string</GeneralSubject>
        <GeneralSubject>string</GeneralSubject>
        <LibrarySubject>string</LibrarySubject>
        <LibrarySubject>string</LibrarySubject>
        <Attribute>string</Attribute>
        <Attribute>string</Attribute>
        <ReviewCode>string</ReviewCode>
        <ReviewCode>string</ReviewCode>
        <LexileCode>string</LexileCode>
        <Pagination>string</Pagination>
        <Created>string</Created>
        <Updated>string</Updated>
        <Active>string</Active>
        <Returnable>string</Returnable>
        <DiscountKey>string</DiscountKey>
        <Width>string</Width>
        <Height>string</Height>
        <Depth>string</Depth>
        <Weight>string</Weight>
        <CPSIA_Warning>string</CPSIA_Warning>
        <ESupplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EFormat d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PhysicalFormats d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItem>
      <ProductItem ID="int">
        <ISBN>string</ISBN>
        <UPC>string</UPC>
        <Title d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Author>string</Author>
        <Source d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Series>string</Series>
        <ListPrice>string</ListPrice>
        <PubDate>string</PubDate>
        <Format d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Report d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BTKey>string</BTKey>
        <Dewey>string</Dewey>
        <LCCN>string</LCCN>
        <Edition>string</Edition>
        <Volume>string</Volume>
        <LCClass>string</LCClass>
        <ISSN>string</ISSN>
        <Language d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RatingGradeLevel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GeneralSubject>string</GeneralSubject>
        <GeneralSubject>string</GeneralSubject>
        <LibrarySubject>string</LibrarySubject>
        <LibrarySubject>string</LibrarySubject>
        <Attribute>string</Attribute>
        <Attribute>string</Attribute>
        <ReviewCode>string</ReviewCode>
        <ReviewCode>string</ReviewCode>
        <LexileCode>string</LexileCode>
        <Pagination>string</Pagination>
        <Created>string</Created>
        <Updated>string</Updated>
        <Active>string</Active>
        <Returnable>string</Returnable>
        <DiscountKey>string</DiscountKey>
        <Width>string</Width>
        <Height>string</Height>
        <Depth>string</Depth>
        <Weight>string</Weight>
        <CPSIA_Warning>string</CPSIA_Warning>
        <ESupplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EFormat d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PhysicalFormats d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItem>
    </SearchResults>
  </Search>
  <RequestItems UserID="string" Password="string">
    <RequestItem ID="string">
      <Key Type="Undefined or ISBN or UPC or ID" Original="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <MemberItem ID="int">
        <UserID>string</UserID>
        <Password>string</Password>
        <Active>boolean</Active>
        <Admin>boolean</Admin>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <ReviewPublicationItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryAvailabilityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberLinkItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Search>boolean</Search>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <MuzeTunes>boolean</MuzeTunes>
        <MuzeReels>boolean</MuzeReels>
        <ReserveInventory>boolean</ReserveInventory>
      </MemberItem>
      <MemberItems>
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </MemberItems>
      <AvailableContent>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <CPSIA_Warning>boolean</CPSIA_Warning>
      </AvailableContent>
      <AnnotationItems>
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AnnotationItems>
      <ReviewItems>
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ReviewItems>
      <BiographyItems>
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </BiographyItems>
      <FlapItems>
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FlapItems>
      <InventoryItems>
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </InventoryItems>
      <DemandItems>
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandItems>
      <DemandHistoryItems>
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandHistoryItems>
      <JacketItems>
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </JacketItems>
      <TocItems>
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TocItems>
      <ExcerptItems>
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ExcerptItems>
      <ProductItems>
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItems>
      <Muze>xml</Muze>
    </RequestItem>
    <RequestItem ID="string">
      <Key Type="Undefined or ISBN or UPC or ID" Original="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <MemberItem ID="int">
        <UserID>string</UserID>
        <Password>string</Password>
        <Active>boolean</Active>
        <Admin>boolean</Admin>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <ReviewPublicationItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryAvailabilityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberLinkItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Search>boolean</Search>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <MuzeTunes>boolean</MuzeTunes>
        <MuzeReels>boolean</MuzeReels>
        <ReserveInventory>boolean</ReserveInventory>
      </MemberItem>
      <MemberItems>
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </MemberItems>
      <AvailableContent>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <CPSIA_Warning>boolean</CPSIA_Warning>
      </AvailableContent>
      <AnnotationItems>
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AnnotationItems>
      <ReviewItems>
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ReviewItems>
      <BiographyItems>
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </BiographyItems>
      <FlapItems>
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FlapItems>
      <InventoryItems>
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </InventoryItems>
      <DemandItems>
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandItems>
      <DemandHistoryItems>
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandHistoryItems>
      <JacketItems>
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </JacketItems>
      <TocItems>
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TocItems>
      <ExcerptItems>
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ExcerptItems>
      <ProductItems>
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItems>
      <Muze>xml</Muze>
    </RequestItem>
  </RequestItems>
</ContentCafe>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /ContentCafe/ContentCafe.asmx/XmlPost HTTP/1.1
Host: images.btol.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ContentCafe DateTime="dateTime" xmlns="http://ContentCafe2.btol.com">
  <Error>string</Error>
  <Search UserID="string" Password="string">
    <SearchOptions>
      <MaxRecords>int</MaxRecords>
      <Offset>int</Offset>
      <SortBy Order="Ascending or Descending" />
      <SortBy Order="Ascending or Descending" />
    </SearchOptions>
    <SearchGroups>
      <SearchGroup Connector="AND or OR or NOT">
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SearchGroup>
      <SearchGroup Connector="AND or OR or NOT">
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <SearchItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </SearchGroup>
    </SearchGroups>
    <SearchResults>
      <ProductItem ID="int">
        <ISBN>string</ISBN>
        <UPC>string</UPC>
        <Title d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Author>string</Author>
        <Source d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Series>string</Series>
        <ListPrice>string</ListPrice>
        <PubDate>string</PubDate>
        <Format d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Report d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BTKey>string</BTKey>
        <Dewey>string</Dewey>
        <LCCN>string</LCCN>
        <Edition>string</Edition>
        <Volume>string</Volume>
        <LCClass>string</LCClass>
        <ISSN>string</ISSN>
        <Language d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RatingGradeLevel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GeneralSubject>string</GeneralSubject>
        <GeneralSubject>string</GeneralSubject>
        <LibrarySubject>string</LibrarySubject>
        <LibrarySubject>string</LibrarySubject>
        <Attribute>string</Attribute>
        <Attribute>string</Attribute>
        <ReviewCode>string</ReviewCode>
        <ReviewCode>string</ReviewCode>
        <LexileCode>string</LexileCode>
        <Pagination>string</Pagination>
        <Created>string</Created>
        <Updated>string</Updated>
        <Active>string</Active>
        <Returnable>string</Returnable>
        <DiscountKey>string</DiscountKey>
        <Width>string</Width>
        <Height>string</Height>
        <Depth>string</Depth>
        <Weight>string</Weight>
        <CPSIA_Warning>string</CPSIA_Warning>
        <ESupplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EFormat d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PhysicalFormats d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItem>
      <ProductItem ID="int">
        <ISBN>string</ISBN>
        <UPC>string</UPC>
        <Title d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Author>string</Author>
        <Source d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Product d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Supplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Series>string</Series>
        <ListPrice>string</ListPrice>
        <PubDate>string</PubDate>
        <Format d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Report d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BTKey>string</BTKey>
        <Dewey>string</Dewey>
        <LCCN>string</LCCN>
        <Edition>string</Edition>
        <Volume>string</Volume>
        <LCClass>string</LCClass>
        <ISSN>string</ISSN>
        <Language d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <RatingGradeLevel d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <GeneralSubject>string</GeneralSubject>
        <GeneralSubject>string</GeneralSubject>
        <LibrarySubject>string</LibrarySubject>
        <LibrarySubject>string</LibrarySubject>
        <Attribute>string</Attribute>
        <Attribute>string</Attribute>
        <ReviewCode>string</ReviewCode>
        <ReviewCode>string</ReviewCode>
        <LexileCode>string</LexileCode>
        <Pagination>string</Pagination>
        <Created>string</Created>
        <Updated>string</Updated>
        <Active>string</Active>
        <Returnable>string</Returnable>
        <DiscountKey>string</DiscountKey>
        <Width>string</Width>
        <Height>string</Height>
        <Depth>string</Depth>
        <Weight>string</Weight>
        <CPSIA_Warning>string</CPSIA_Warning>
        <ESupplier d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <EFormat d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PhysicalFormats d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItem>
    </SearchResults>
  </Search>
  <RequestItems UserID="string" Password="string">
    <RequestItem ID="string">
      <Key Type="Undefined or ISBN or UPC or ID" Original="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <MemberItem ID="int">
        <UserID>string</UserID>
        <Password>string</Password>
        <Active>boolean</Active>
        <Admin>boolean</Admin>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <ReviewPublicationItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryAvailabilityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberLinkItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Search>boolean</Search>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <MuzeTunes>boolean</MuzeTunes>
        <MuzeReels>boolean</MuzeReels>
        <ReserveInventory>boolean</ReserveInventory>
      </MemberItem>
      <MemberItems>
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </MemberItems>
      <AvailableContent>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <CPSIA_Warning>boolean</CPSIA_Warning>
      </AvailableContent>
      <AnnotationItems>
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AnnotationItems>
      <ReviewItems>
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ReviewItems>
      <BiographyItems>
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </BiographyItems>
      <FlapItems>
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FlapItems>
      <InventoryItems>
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </InventoryItems>
      <DemandItems>
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandItems>
      <DemandHistoryItems>
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandHistoryItems>
      <JacketItems>
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </JacketItems>
      <TocItems>
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TocItems>
      <ExcerptItems>
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ExcerptItems>
      <ProductItems>
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItems>
      <Muze>xml</Muze>
    </RequestItem>
    <RequestItem ID="string">
      <Key Type="Undefined or ISBN or UPC or ID" Original="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <Content Type="string" Encoding="string" VendorID="string" />
      <MemberItem ID="int">
        <UserID>string</UserID>
        <Password>string</Password>
        <Active>boolean</Active>
        <Admin>boolean</Admin>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <ReviewPublicationItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryAvailabilityItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberLinkItems d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Search>boolean</Search>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <MuzeTunes>boolean</MuzeTunes>
        <MuzeReels>boolean</MuzeReels>
        <ReserveInventory>boolean</ReserveInventory>
      </MemberItem>
      <MemberItems>
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <MemberItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </MemberItems>
      <AvailableContent>
        <Annotation>boolean</Annotation>
        <Biography>boolean</Biography>
        <Excerpt>boolean</Excerpt>
        <Flap>boolean</Flap>
        <Inventory>boolean</Inventory>
        <Demand>boolean</Demand>
        <DemandHistory>boolean</DemandHistory>
        <Jacket>boolean</Jacket>
        <Product>boolean</Product>
        <Review>boolean</Review>
        <TOC>boolean</TOC>
        <MuzeVideoRelease>boolean</MuzeVideoRelease>
        <MuzeSimilarCinema>boolean</MuzeSimilarCinema>
        <MuzePopularMusic>boolean</MuzePopularMusic>
        <MuzeClassicalMusic>boolean</MuzeClassicalMusic>
        <MuzeEssentialArtists>boolean</MuzeEssentialArtists>
        <MuzeGames>boolean</MuzeGames>
        <MuzeJacket>boolean</MuzeJacket>
        <CPSIA_Warning>boolean</CPSIA_Warning>
      </AvailableContent>
      <AnnotationItems>
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <AnnotationItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </AnnotationItems>
      <ReviewItems>
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ReviewItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ReviewItems>
      <BiographyItems>
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <BiographyItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </BiographyItems>
      <FlapItems>
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <FlapItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </FlapItems>
      <InventoryItems>
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InventoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </InventoryItems>
      <DemandItems>
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandItems>
      <DemandHistoryItems>
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DemandHistoryItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </DemandHistoryItems>
      <JacketItems>
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <JacketItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </JacketItems>
      <TocItems>
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <TocItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </TocItems>
      <ExcerptItems>
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ExcerptItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ExcerptItems>
      <ProductItems>
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ProductItem d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </ProductItems>
      <Muze>xml</Muze>
    </RequestItem>
  </RequestItems>
</ContentCafe>