SuggestWebService


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

GetNicknamesByKeywordHint

Å×½ºÆ®

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

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/GetNicknamesByKeywordHint"

<?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>
    <GetNicknamesByKeywordHint xmlns="ns">
      <keywordHint>string</keywordHint>
    </GetNicknamesByKeywordHint>
  </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>
    <GetNicknamesByKeywordHintResponse xmlns="ns">
      <GetNicknamesByKeywordHintResult>
        <KSDataT Keyword="string" KeywordReverse="string" Priority="int" DisplayType="int" IsBold="boolean" FontColorRgb="string" KeywordRank="int" ApplyingDate="dateTime" ClosingDate="dateTime" Hint="string" />
        <KSDataT Keyword="string" KeywordReverse="string" Priority="int" DisplayType="int" IsBold="boolean" FontColorRgb="string" KeywordRank="int" ApplyingDate="dateTime" ClosingDate="dateTime" Hint="string" />
      </GetNicknamesByKeywordHintResult>
    </GetNicknamesByKeywordHintResponse>
  </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>
    <GetNicknamesByKeywordHint xmlns="ns">
      <keywordHint>string</keywordHint>
    </GetNicknamesByKeywordHint>
  </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>
    <GetNicknamesByKeywordHintResponse xmlns="ns">
      <GetNicknamesByKeywordHintResult>
        <KSDataT Keyword="string" KeywordReverse="string" Priority="int" DisplayType="int" IsBold="boolean" FontColorRgb="string" KeywordRank="int" ApplyingDate="dateTime" ClosingDate="dateTime" Hint="string" />
        <KSDataT Keyword="string" KeywordReverse="string" Priority="int" DisplayType="int" IsBold="boolean" FontColorRgb="string" KeywordRank="int" ApplyingDate="dateTime" ClosingDate="dateTime" Hint="string" />
      </GetNicknamesByKeywordHintResult>
    </GetNicknamesByKeywordHintResponse>
  </soap12:Body>
</soap12:Envelope>