WXASPSVC


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

WXAddInstallSingle

提交报装单

测试

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

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

<?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>
    <WXAddInstallSingle xmlns="http://tempuriwx.org/">
      <strOpendID>string</strOpendID>
      <objInstallSingleEntity>
        <ID>int</ID>
        <Repair_Order_ID>string</Repair_Order_ID>
        <Serial_Num>string</Serial_Num>
        <Repair_Person>string</Repair_Person>
        <Repair_Time>dateTime</Repair_Time>
        <Repair_Mobile>string</Repair_Mobile>
        <Handle_Status>string</Handle_Status>
        <IsBlacklist>boolean</IsBlacklist>
        <Order_Type>string</Order_Type>
        <Attend_ID>string</Attend_ID>
        <Repair_Point>string</Repair_Point>
        <Maintainer_Name>string</Maintainer_Name>
        <Maintainer_Mobile>string</Maintainer_Mobile>
        <Home_Time>dateTime</Home_Time>
        <IsSolve>boolean</IsSolve>
        <SL_Time>dateTime</SL_Time>
        <PD_Time>dateTime</PD_Time>
        <JD_Time>dateTime</JD_Time>
        <PG_Time>dateTime</PG_Time>
        <WG_Time>dateTime</WG_Time>
        <HF_Time>dateTime</HF_Time>
        <JA_Time>dateTime</JA_Time>
        <Finish_Time>dateTime</Finish_Time>
        <Province_Name>string</Province_Name>
        <City_Name>string</City_Name>
        <County_Name>string</County_Name>
        <Repair_Addr>string</Repair_Addr>
        <User_ID>string</User_ID>
        <IsWriteRecord>boolean</IsWriteRecord>
        <Customer_Return>string</Customer_Return>
        <Customer_Evaluation>string</Customer_Evaluation>
        <Product_Name>string</Product_Name>
        <Product_Type>string</Product_Type>
        <Production_Date>dateTime</Production_Date>
        <Ex_Factory_Date>dateTime</Ex_Factory_Date>
        <Product_Class>string</Product_Class>
        <ConditionOne>string</ConditionOne>
        <ConditionTwo>string</ConditionTwo>
        <ConditionThree>string</ConditionThree>
        <Hose_IsPlace>boolean</Hose_IsPlace>
        <Power_IsPlace>boolean</Power_IsPlace>
        <IsDrainage>boolean</IsDrainage>
        <Power_Capacity>decimal</Power_Capacity>
        <Repair_Point_Name>string</Repair_Point_Name>
        <Company_Name>string</Company_Name>
        <Purchase_Date>dateTime</Purchase_Date>
        <Vendor_Name>string</Vendor_Name>
        <Contact>string</Contact>
        <Mobile>string</Mobile>
      </objInstallSingleEntity>
    </WXAddInstallSingle>
  </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>
    <WXAddInstallSingleResponse xmlns="http://tempuriwx.org/">
      <WXAddInstallSingleResult>
        <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>
      </WXAddInstallSingleResult>
    </WXAddInstallSingleResponse>
  </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>
    <WXAddInstallSingle xmlns="http://tempuriwx.org/">
      <strOpendID>string</strOpendID>
      <objInstallSingleEntity>
        <ID>int</ID>
        <Repair_Order_ID>string</Repair_Order_ID>
        <Serial_Num>string</Serial_Num>
        <Repair_Person>string</Repair_Person>
        <Repair_Time>dateTime</Repair_Time>
        <Repair_Mobile>string</Repair_Mobile>
        <Handle_Status>string</Handle_Status>
        <IsBlacklist>boolean</IsBlacklist>
        <Order_Type>string</Order_Type>
        <Attend_ID>string</Attend_ID>
        <Repair_Point>string</Repair_Point>
        <Maintainer_Name>string</Maintainer_Name>
        <Maintainer_Mobile>string</Maintainer_Mobile>
        <Home_Time>dateTime</Home_Time>
        <IsSolve>boolean</IsSolve>
        <SL_Time>dateTime</SL_Time>
        <PD_Time>dateTime</PD_Time>
        <JD_Time>dateTime</JD_Time>
        <PG_Time>dateTime</PG_Time>
        <WG_Time>dateTime</WG_Time>
        <HF_Time>dateTime</HF_Time>
        <JA_Time>dateTime</JA_Time>
        <Finish_Time>dateTime</Finish_Time>
        <Province_Name>string</Province_Name>
        <City_Name>string</City_Name>
        <County_Name>string</County_Name>
        <Repair_Addr>string</Repair_Addr>
        <User_ID>string</User_ID>
        <IsWriteRecord>boolean</IsWriteRecord>
        <Customer_Return>string</Customer_Return>
        <Customer_Evaluation>string</Customer_Evaluation>
        <Product_Name>string</Product_Name>
        <Product_Type>string</Product_Type>
        <Production_Date>dateTime</Production_Date>
        <Ex_Factory_Date>dateTime</Ex_Factory_Date>
        <Product_Class>string</Product_Class>
        <ConditionOne>string</ConditionOne>
        <ConditionTwo>string</ConditionTwo>
        <ConditionThree>string</ConditionThree>
        <Hose_IsPlace>boolean</Hose_IsPlace>
        <Power_IsPlace>boolean</Power_IsPlace>
        <IsDrainage>boolean</IsDrainage>
        <Power_Capacity>decimal</Power_Capacity>
        <Repair_Point_Name>string</Repair_Point_Name>
        <Company_Name>string</Company_Name>
        <Purchase_Date>dateTime</Purchase_Date>
        <Vendor_Name>string</Vendor_Name>
        <Contact>string</Contact>
        <Mobile>string</Mobile>
      </objInstallSingleEntity>
    </WXAddInstallSingle>
  </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>
    <WXAddInstallSingleResponse xmlns="http://tempuriwx.org/">
      <WXAddInstallSingleResult>
        <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>
      </WXAddInstallSingleResult>
    </WXAddInstallSingleResponse>
  </soap12:Body>
</soap12:Envelope>