BackstageWS


单击此处,获取完整的操作列表。

GetMssetListByPlatform_ID

根据平台账号查找平台的短信网关信息

测试

测试窗体只能用于使用基元类型作为参数的方法。

SOAP 1.1

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /BackstageWS.asmx HTTP/1.1
Host: qyyapi.dxda.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetMssetListByPlatform_ID"

<?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>
    <GetMssetListByPlatform_ID xmlns="http://tempuri.org/">
      <Platform_ID>string</Platform_ID>
      <pPageIndex>int</pPageIndex>
      <pPageSize>int</pPageSize>
      <condiction>
        <ID>int</ID>
        <sendtoip>string</sendtoip>
        <sendtoport>string</sendtoport>
        <user_id>string</user_id>
        <password>string</password>
        <if_affirm_user>string</if_affirm_user>
        <send_sign>string</send_sign>
        <sms_interface>string</sms_interface>
      </condiction>
    </GetMssetListByPlatform_ID>
  </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>
    <GetMssetListByPlatform_IDResponse xmlns="http://tempuri.org/">
      <GetMssetListByPlatform_IDResult>
        <ResComm>
          <ResState>Success or Fail or SysErrorMsg or Error or Confirm</ResState>
          <ResMessage>string</ResMessage>
          <extendObj />
        </ResComm>
        <PageInfo>
          <PageSize xmlns="http://tempuri1.org/">long</PageSize>
          <CurrentPage xmlns="http://tempuri1.org/">long</CurrentPage>
          <TotleRecords xmlns="http://tempuri1.org/">long</TotleRecords>
          <TotlePage xmlns="http://tempuri1.org/">long</TotlePage>
          <MaxSelectRecords xmlns="http://tempuri1.org/">long</MaxSelectRecords>
          <IsFillTotleRecords xmlns="http://tempuri1.org/">boolean</IsFillTotleRecords>
        </PageInfo>
        <DataList>
          <Msset>
            <ID>int</ID>
            <sendtoip>string</sendtoip>
            <sendtoport>string</sendtoport>
            <user_id>string</user_id>
            <password>string</password>
            <if_affirm_user>string</if_affirm_user>
            <send_sign>string</send_sign>
            <sms_interface>string</sms_interface>
          </Msset>
          <Msset>
            <ID>int</ID>
            <sendtoip>string</sendtoip>
            <sendtoport>string</sendtoport>
            <user_id>string</user_id>
            <password>string</password>
            <if_affirm_user>string</if_affirm_user>
            <send_sign>string</send_sign>
            <sms_interface>string</sms_interface>
          </Msset>
        </DataList>
      </GetMssetListByPlatform_IDResult>
    </GetMssetListByPlatform_IDResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。

POST /BackstageWS.asmx HTTP/1.1
Host: qyyapi.dxda.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>
    <GetMssetListByPlatform_ID xmlns="http://tempuri.org/">
      <Platform_ID>string</Platform_ID>
      <pPageIndex>int</pPageIndex>
      <pPageSize>int</pPageSize>
      <condiction>
        <ID>int</ID>
        <sendtoip>string</sendtoip>
        <sendtoport>string</sendtoport>
        <user_id>string</user_id>
        <password>string</password>
        <if_affirm_user>string</if_affirm_user>
        <send_sign>string</send_sign>
        <sms_interface>string</sms_interface>
      </condiction>
    </GetMssetListByPlatform_ID>
  </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>
    <GetMssetListByPlatform_IDResponse xmlns="http://tempuri.org/">
      <GetMssetListByPlatform_IDResult>
        <ResComm>
          <ResState>Success or Fail or SysErrorMsg or Error or Confirm</ResState>
          <ResMessage>string</ResMessage>
          <extendObj />
        </ResComm>
        <PageInfo>
          <PageSize xmlns="http://tempuri1.org/">long</PageSize>
          <CurrentPage xmlns="http://tempuri1.org/">long</CurrentPage>
          <TotleRecords xmlns="http://tempuri1.org/">long</TotleRecords>
          <TotlePage xmlns="http://tempuri1.org/">long</TotlePage>
          <MaxSelectRecords xmlns="http://tempuri1.org/">long</MaxSelectRecords>
          <IsFillTotleRecords xmlns="http://tempuri1.org/">boolean</IsFillTotleRecords>
        </PageInfo>
        <DataList>
          <Msset>
            <ID>int</ID>
            <sendtoip>string</sendtoip>
            <sendtoport>string</sendtoport>
            <user_id>string</user_id>
            <password>string</password>
            <if_affirm_user>string</if_affirm_user>
            <send_sign>string</send_sign>
            <sms_interface>string</sms_interface>
          </Msset>
          <Msset>
            <ID>int</ID>
            <sendtoip>string</sendtoip>
            <sendtoport>string</sendtoport>
            <user_id>string</user_id>
            <password>string</password>
            <if_affirm_user>string</if_affirm_user>
            <send_sign>string</send_sign>
            <sms_interface>string</sms_interface>
          </Msset>
        </DataList>
      </GetMssetListByPlatform_IDResult>
    </GetMssetListByPlatform_IDResponse>
  </soap12:Body>
</soap12:Envelope>