WXASPSVC
单击此处,获取完整的操作列表。
WXAddMItemsSingle
提交产品维护单
测试
测试窗体只能用于来自本地计算机的请求。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/WXAddMItemsSingle" <?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> <WXAddMItemsSingle xmlns="http://tempuriwx.org/"> <strOpendID>string</strOpendID> <objMItemsSingleEntity> <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> <MainItems>string</MainItems> <OtherItems>string</OtherItems> <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> <Contract_Period>dateTime</Contract_Period> <Company_ID>string</Company_ID> <Consult_Title>string</Consult_Title> <Belong_Module>string</Belong_Module> <Soft_Version>string</Soft_Version> <Patch_Number>string</Patch_Number> <Maintainer_ID>string</Maintainer_ID> <Who_Close>string</Who_Close> <To_Developer>boolean</To_Developer> <Remark>string</Remark> <img_path1>string</img_path1> <img_path2>string</img_path2> <img_path3>string</img_path3> <img_path4>string</img_path4> <img_path5>string</img_path5> </objMItemsSingleEntity> </WXAddMItemsSingle> </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> <WXAddMItemsSingleResponse xmlns="http://tempuriwx.org/"> <WXAddMItemsSingleResult> <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> </WXAddMItemsSingleResult> </WXAddMItemsSingleResponse> </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> <WXAddMItemsSingle xmlns="http://tempuriwx.org/"> <strOpendID>string</strOpendID> <objMItemsSingleEntity> <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> <MainItems>string</MainItems> <OtherItems>string</OtherItems> <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> <Contract_Period>dateTime</Contract_Period> <Company_ID>string</Company_ID> <Consult_Title>string</Consult_Title> <Belong_Module>string</Belong_Module> <Soft_Version>string</Soft_Version> <Patch_Number>string</Patch_Number> <Maintainer_ID>string</Maintainer_ID> <Who_Close>string</Who_Close> <To_Developer>boolean</To_Developer> <Remark>string</Remark> <img_path1>string</img_path1> <img_path2>string</img_path2> <img_path3>string</img_path3> <img_path4>string</img_path4> <img_path5>string</img_path5> </objMItemsSingleEntity> </WXAddMItemsSingle> </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> <WXAddMItemsSingleResponse xmlns="http://tempuriwx.org/"> <WXAddMItemsSingleResult> <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> </WXAddMItemsSingleResult> </WXAddMItemsSingleResponse> </soap12:Body> </soap12:Envelope>