WXASPSVC


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

SysPageLayoutUpdatePC

查询字段配置下页面

测试

测试窗体只能用于来自本地计算机的请求。

SOAP 1.1

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

POST /WXASPSVC.asmx HTTP/1.1
Host: swxapi.dxda.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuriwx.org/SysPageLayoutUpdatePC"

<?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>
    <SysPageLayoutUpdatePC xmlns="http://tempuriwx.org/">
      <objCondition>
        <Sys_Page_Layout>
          <ID>int</ID>
          <Page_Name>string</Page_Name>
          <Domain_ID>string</Domain_ID>
          <Table_Name>string</Table_Name>
          <Table_Name_CN>string</Table_Name_CN>
          <Column_Name>string</Column_Name>
          <Column_Name_CN>string</Column_Name_CN>
          <Is_Visible>boolean</Is_Visible>
          <Show_Position>int</Show_Position>
          <Show_Place>int</Show_Place>
          <Show_Place_Count>int</Show_Place_Count>
          <Is_UpperCase>boolean</Is_UpperCase>
          <Is_Readonly>boolean</Is_Readonly>
          <Is_Textarea>boolean</Is_Textarea>
          <Is_Required>boolean</Is_Required>
          <Is_Input_Date>boolean</Is_Input_Date>
          <Is_Select>boolean</Is_Select>
          <Onchange>string</Onchange>
          <Onkeyup>string</Onkeyup>
          <Onclick>string</Onclick>
          <Is_PopSelect>boolean</Is_PopSelect>
          <Onmouseover>string</Onmouseover>
          <Onmouseout>string</Onmouseout>
          <Justify>string</Justify>
          <Is_Sum>boolean</Is_Sum>
          <Is_Print>boolean</Is_Print>
          <Is_Checkbox>boolean</Is_Checkbox>
          <Is_Upload>boolean</Is_Upload>
          <input_width>string</input_width>
          <Vendor_ID>string</Vendor_ID>
        </Sys_Page_Layout>
        <Sys_Page_Layout>
          <ID>int</ID>
          <Page_Name>string</Page_Name>
          <Domain_ID>string</Domain_ID>
          <Table_Name>string</Table_Name>
          <Table_Name_CN>string</Table_Name_CN>
          <Column_Name>string</Column_Name>
          <Column_Name_CN>string</Column_Name_CN>
          <Is_Visible>boolean</Is_Visible>
          <Show_Position>int</Show_Position>
          <Show_Place>int</Show_Place>
          <Show_Place_Count>int</Show_Place_Count>
          <Is_UpperCase>boolean</Is_UpperCase>
          <Is_Readonly>boolean</Is_Readonly>
          <Is_Textarea>boolean</Is_Textarea>
          <Is_Required>boolean</Is_Required>
          <Is_Input_Date>boolean</Is_Input_Date>
          <Is_Select>boolean</Is_Select>
          <Onchange>string</Onchange>
          <Onkeyup>string</Onkeyup>
          <Onclick>string</Onclick>
          <Is_PopSelect>boolean</Is_PopSelect>
          <Onmouseover>string</Onmouseover>
          <Onmouseout>string</Onmouseout>
          <Justify>string</Justify>
          <Is_Sum>boolean</Is_Sum>
          <Is_Print>boolean</Is_Print>
          <Is_Checkbox>boolean</Is_Checkbox>
          <Is_Upload>boolean</Is_Upload>
          <input_width>string</input_width>
          <Vendor_ID>string</Vendor_ID>
        </Sys_Page_Layout>
      </objCondition>
    </SysPageLayoutUpdatePC>
  </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>
    <SysPageLayoutUpdatePCResponse xmlns="http://tempuriwx.org/">
      <SysPageLayoutUpdatePCResult>
        <PageContent>
          <PageSize>long</PageSize>
          <CurrentPage>long</CurrentPage>
          <TotleRecords>long</TotleRecords>
          <TotlePage>long</TotlePage>
          <MaxSelectRecords>long</MaxSelectRecords>
          <IsFillTotleRecords>boolean</IsFillTotleRecords>
        </PageContent>
        <InfoList>
          <xsd:schema>schema</xsd:schema>xml</InfoList>
        <commonDic>string</commonDic>
        <DataInfo>string</DataInfo>
        <FileOne>string</FileOne>
        <FileTwo>string</FileTwo>
        <FileThree>string</FileThree>
        <FileFour>string</FileFour>
      </SysPageLayoutUpdatePCResult>
    </SysPageLayoutUpdatePCResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

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

POST /WXASPSVC.asmx HTTP/1.1
Host: swxapi.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>
    <SysPageLayoutUpdatePC xmlns="http://tempuriwx.org/">
      <objCondition>
        <Sys_Page_Layout>
          <ID>int</ID>
          <Page_Name>string</Page_Name>
          <Domain_ID>string</Domain_ID>
          <Table_Name>string</Table_Name>
          <Table_Name_CN>string</Table_Name_CN>
          <Column_Name>string</Column_Name>
          <Column_Name_CN>string</Column_Name_CN>
          <Is_Visible>boolean</Is_Visible>
          <Show_Position>int</Show_Position>
          <Show_Place>int</Show_Place>
          <Show_Place_Count>int</Show_Place_Count>
          <Is_UpperCase>boolean</Is_UpperCase>
          <Is_Readonly>boolean</Is_Readonly>
          <Is_Textarea>boolean</Is_Textarea>
          <Is_Required>boolean</Is_Required>
          <Is_Input_Date>boolean</Is_Input_Date>
          <Is_Select>boolean</Is_Select>
          <Onchange>string</Onchange>
          <Onkeyup>string</Onkeyup>
          <Onclick>string</Onclick>
          <Is_PopSelect>boolean</Is_PopSelect>
          <Onmouseover>string</Onmouseover>
          <Onmouseout>string</Onmouseout>
          <Justify>string</Justify>
          <Is_Sum>boolean</Is_Sum>
          <Is_Print>boolean</Is_Print>
          <Is_Checkbox>boolean</Is_Checkbox>
          <Is_Upload>boolean</Is_Upload>
          <input_width>string</input_width>
          <Vendor_ID>string</Vendor_ID>
        </Sys_Page_Layout>
        <Sys_Page_Layout>
          <ID>int</ID>
          <Page_Name>string</Page_Name>
          <Domain_ID>string</Domain_ID>
          <Table_Name>string</Table_Name>
          <Table_Name_CN>string</Table_Name_CN>
          <Column_Name>string</Column_Name>
          <Column_Name_CN>string</Column_Name_CN>
          <Is_Visible>boolean</Is_Visible>
          <Show_Position>int</Show_Position>
          <Show_Place>int</Show_Place>
          <Show_Place_Count>int</Show_Place_Count>
          <Is_UpperCase>boolean</Is_UpperCase>
          <Is_Readonly>boolean</Is_Readonly>
          <Is_Textarea>boolean</Is_Textarea>
          <Is_Required>boolean</Is_Required>
          <Is_Input_Date>boolean</Is_Input_Date>
          <Is_Select>boolean</Is_Select>
          <Onchange>string</Onchange>
          <Onkeyup>string</Onkeyup>
          <Onclick>string</Onclick>
          <Is_PopSelect>boolean</Is_PopSelect>
          <Onmouseover>string</Onmouseover>
          <Onmouseout>string</Onmouseout>
          <Justify>string</Justify>
          <Is_Sum>boolean</Is_Sum>
          <Is_Print>boolean</Is_Print>
          <Is_Checkbox>boolean</Is_Checkbox>
          <Is_Upload>boolean</Is_Upload>
          <input_width>string</input_width>
          <Vendor_ID>string</Vendor_ID>
        </Sys_Page_Layout>
      </objCondition>
    </SysPageLayoutUpdatePC>
  </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>
    <SysPageLayoutUpdatePCResponse xmlns="http://tempuriwx.org/">
      <SysPageLayoutUpdatePCResult>
        <PageContent>
          <PageSize>long</PageSize>
          <CurrentPage>long</CurrentPage>
          <TotleRecords>long</TotleRecords>
          <TotlePage>long</TotlePage>
          <MaxSelectRecords>long</MaxSelectRecords>
          <IsFillTotleRecords>boolean</IsFillTotleRecords>
        </PageContent>
        <InfoList>
          <xsd:schema>schema</xsd:schema>xml</InfoList>
        <commonDic>string</commonDic>
        <DataInfo>string</DataInfo>
        <FileOne>string</FileOne>
        <FileTwo>string</FileTwo>
        <FileThree>string</FileThree>
        <FileFour>string</FileFour>
      </SysPageLayoutUpdatePCResult>
    </SysPageLayoutUpdatePCResponse>
  </soap12:Body>
</soap12:Envelope>