SuggestWebService


Àüü ÀÛ¾÷ ¸ñ·ÏÀ» º¸·Á¸é ¿©±â¸¦ Ŭ¸¯ÇϽʽÿÀ.

GetCatalog

Å×½ºÆ®

Å×½ºÆ® ÆûÀº ·ÎÄà ÄÄÇ»ÅÍÀÇ ¿äû¿¡¸¸ »ç¿ëÇÒ ¼ö ÀÖ½À´Ï´Ù.

SOAP 1.1

´ÙÀ½Àº »ùÇà SOAP 1.1 ¿äû ¹× ÀÀ´äÀÔ´Ï´Ù. Ç¥½ÃµÈ placeholders´Â ½ÇÁ¦ °ªÀ¸·Î ¹Ù²ã¾ß ÇÕ´Ï´Ù.

POST /Suggest/SuggestWebService.asmx HTTP/1.1
Host: suggest.auction.co.kr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "ns/GetCatalog"

<?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>
    <GetCatalog xmlns="ns">
      <catalogId>long</catalogId>
    </GetCatalog>
  </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>
    <GetCatalogResponse xmlns="ns">
      <GetCatalogResult>
        <SuggestOSCatalogT ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string">
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
        </SuggestOSCatalogT>
        <SuggestOSCatalogT ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string">
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
        </SuggestOSCatalogT>
      </GetCatalogResult>
    </GetCatalogResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

´ÙÀ½Àº »ùÇà SOAP 1.2 ¿äû ¹× ÀÀ´äÀÔ´Ï´Ù. Ç¥½ÃµÈ placeholders´Â ½ÇÁ¦ °ªÀ¸·Î ¹Ù²ã¾ß ÇÕ´Ï´Ù.

POST /Suggest/SuggestWebService.asmx HTTP/1.1
Host: suggest.auction.co.kr
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>
    <GetCatalog xmlns="ns">
      <catalogId>long</catalogId>
    </GetCatalog>
  </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>
    <GetCatalogResponse xmlns="ns">
      <GetCatalogResult>
        <SuggestOSCatalogT ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string">
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
        </SuggestOSCatalogT>
        <SuggestOSCatalogT ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string">
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
          <SetCatalogs ID="long" CatalogFullName="string" ProductionDate="dateTime" MainDescription="string" LowestPrice="decimal" IacLowestPriceTotalPrice="decimal" MatchingItemCount="int" SetAttributeElementName="string" SetAttributeIsUnit="boolean" SetAttributeUnitName="string" Image100Path="string" xmlns="http://schema.auction.co.kr/Arche.Search.Suggest.xsd">
            <SetCatalogs xsi:nil="true" />
            <SetCatalogs xsi:nil="true" />
          </SetCatalogs>
        </SuggestOSCatalogT>
      </GetCatalogResult>
    </GetCatalogResponse>
  </soap12:Body>
</soap12:Envelope>