AnchorWebService


Click here for a complete list of operations.

QueryProduct_2012

Return a QueryResult Structure, given a QueryCriteria input, mainly for Item Search.
Added: 04-09-2012

Test

The test form is only available for requests from the local machine.

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 /anchorwebservice.asmx HTTP/1.1
Host: soap.anchordistributors.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/AnchorWebservice/AnchorWebservice/QueryProduct_2012"

<?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:Header>
    <SecurityHeader xmlns="http://tempuri.org/AnchorWebservice/AnchorWebservice">
      <Username>int</Username>
      <Password>string</Password>
    </SecurityHeader>
  </soap:Header>
  <soap:Body>
    <QueryProduct_2012 xmlns="http://tempuri.org/AnchorWebservice/AnchorWebservice">
      <QC>
        <Page>int</Page>
        <Items_Per_Page>int</Items_Per_Page>
        <Lookup_Code>string</Lookup_Code>
        <Title>string</Title>
        <Title_3_Part>string</Title_3_Part>
        <Author>string</Author>
        <Publisher>string</Publisher>
        <Subject>int</Subject>
        <Category>int</Category>
        <Best_Sellers>int</Best_Sellers>
        <Binding>int</Binding>
      </QC>
    </QueryProduct_2012>
  </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>
    <QueryProduct_2012Response xmlns="http://tempuri.org/AnchorWebservice/AnchorWebservice">
      <QueryProduct_2012Result>
        <Page_Count>int</Page_Count>
        <Row_Count>int</Row_Count>
        <Items>
          <Product>
            <Seq_Id>int</Seq_Id>
            <Status>string</Status>
            <Title>string</Title>
            <ISBN>string</ISBN>
            <SpeedyCode>string</SpeedyCode>
            <UPC>string</UPC>
            <Price>decimal</Price>
            <Discount>decimal</Discount>
            <Author>string</Author>
            <Publisher>string</Publisher>
            <Subject>string</Subject>
            <Binding>string</Binding>
            <Available>string</Available>
          </Product>
          <Product>
            <Seq_Id>int</Seq_Id>
            <Status>string</Status>
            <Title>string</Title>
            <ISBN>string</ISBN>
            <SpeedyCode>string</SpeedyCode>
            <UPC>string</UPC>
            <Price>decimal</Price>
            <Discount>decimal</Discount>
            <Author>string</Author>
            <Publisher>string</Publisher>
            <Subject>string</Subject>
            <Binding>string</Binding>
            <Available>string</Available>
          </Product>
        </Items>
      </QueryProduct_2012Result>
    </QueryProduct_2012Response>
  </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 /anchorwebservice.asmx HTTP/1.1
Host: soap.anchordistributors.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:Header>
    <SecurityHeader xmlns="http://tempuri.org/AnchorWebservice/AnchorWebservice">
      <Username>int</Username>
      <Password>string</Password>
    </SecurityHeader>
  </soap12:Header>
  <soap12:Body>
    <QueryProduct_2012 xmlns="http://tempuri.org/AnchorWebservice/AnchorWebservice">
      <QC>
        <Page>int</Page>
        <Items_Per_Page>int</Items_Per_Page>
        <Lookup_Code>string</Lookup_Code>
        <Title>string</Title>
        <Title_3_Part>string</Title_3_Part>
        <Author>string</Author>
        <Publisher>string</Publisher>
        <Subject>int</Subject>
        <Category>int</Category>
        <Best_Sellers>int</Best_Sellers>
        <Binding>int</Binding>
      </QC>
    </QueryProduct_2012>
  </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>
    <QueryProduct_2012Response xmlns="http://tempuri.org/AnchorWebservice/AnchorWebservice">
      <QueryProduct_2012Result>
        <Page_Count>int</Page_Count>
        <Row_Count>int</Row_Count>
        <Items>
          <Product>
            <Seq_Id>int</Seq_Id>
            <Status>string</Status>
            <Title>string</Title>
            <ISBN>string</ISBN>
            <SpeedyCode>string</SpeedyCode>
            <UPC>string</UPC>
            <Price>decimal</Price>
            <Discount>decimal</Discount>
            <Author>string</Author>
            <Publisher>string</Publisher>
            <Subject>string</Subject>
            <Binding>string</Binding>
            <Available>string</Available>
          </Product>
          <Product>
            <Seq_Id>int</Seq_Id>
            <Status>string</Status>
            <Title>string</Title>
            <ISBN>string</ISBN>
            <SpeedyCode>string</SpeedyCode>
            <UPC>string</UPC>
            <Price>decimal</Price>
            <Discount>decimal</Discount>
            <Author>string</Author>
            <Publisher>string</Publisher>
            <Subject>string</Subject>
            <Binding>string</Binding>
            <Available>string</Available>
          </Product>
        </Items>
      </QueryProduct_2012Result>
    </QueryProduct_2012Response>
  </soap12:Body>
</soap12:Envelope>