GPD_Service


Click here for a complete list of operations.

GetList2

提交检索请求,获取元数据检索结果记录列表

 输入参数:Page = 页码,空值表示默认页第1页,每页20条数据。从1开始计数;
      Flag = 检索的表,空值表示在默认表(产品Product)中检索。1=产品Product,2=企业Company,3=样本Attach;
      Express = 检索条件表达式。格式:fileC,fileE=v1&file2=v2&file3=v3。详见说明文档。
      Occur = 检索条件关系。MUST&SHOULD&MUST_NOT,以&符号分隔,数量和检索条件一致
      CondStrate = 条件策略。segm_fuzzy&exact&segm_exact(模糊/精确/分词_精确),以&符号分隔,数量和检索条件一致
      SortField = 排序字段,可多个,以英文逗号分隔,如:FIELD_SCORE,Putdate,AllFileCount。表示按照这三个字段依次排序。可为空,按默认方式排序。
      SortType = 排序方式,1=顺序,0=倒序,以英文逗号分隔,数量和SortField必须相同,分别表示对应的排序字段的排序方式。如:1,1,1。表示FIELD_SCORE,Putdate,AllFileCount都按倒序排序。
 返回结果:XmlDocument。

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Page:
Flag:
Express:
Occur:
CondStrate:
SortField:
SortType:

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 /GPD_SunWay_Service/GPD_Service.asmx HTTP/1.1
Host: ybk.hbsts.org.cn
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://gpd.sunwayinfo.com.cn/webservices/GetList2"

<?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>
    <GetList2 xmlns="http://gpd.sunwayinfo.com.cn/webservices/">
      <Page>string</Page>
      <Flag>string</Flag>
      <Express>string</Express>
      <Occur>string</Occur>
      <CondStrate>string</CondStrate>
      <SortField>string</SortField>
      <SortType>string</SortType>
    </GetList2>
  </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>
    <GetList2Response xmlns="http://gpd.sunwayinfo.com.cn/webservices/">
      <GetList2Result>xml</GetList2Result>
    </GetList2Response>
  </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 /GPD_SunWay_Service/GPD_Service.asmx HTTP/1.1
Host: ybk.hbsts.org.cn
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>
    <GetList2 xmlns="http://gpd.sunwayinfo.com.cn/webservices/">
      <Page>string</Page>
      <Flag>string</Flag>
      <Express>string</Express>
      <Occur>string</Occur>
      <CondStrate>string</CondStrate>
      <SortField>string</SortField>
      <SortType>string</SortType>
    </GetList2>
  </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>
    <GetList2Response xmlns="http://gpd.sunwayinfo.com.cn/webservices/">
      <GetList2Result>xml</GetList2Result>
    </GetList2Response>
  </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 /GPD_SunWay_Service/GPD_Service.asmx/GetList2?Page=string&Flag=string&Express=string&Occur=string&CondStrate=string&SortField=string&SortType=string HTTP/1.1
Host: ybk.hbsts.org.cn
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

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

POST /GPD_SunWay_Service/GPD_Service.asmx/GetList2 HTTP/1.1
Host: ybk.hbsts.org.cn
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Page=string&Flag=string&Express=string&Occur=string&CondStrate=string&SortField=string&SortType=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml