FunDo_LanService
单击此处,获取完整的操作列表。
TaskFinishReport_DD
测试
测试窗体只能用于来自本地计算机的请求。SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /FunDo_Service_Lan/FunDo_LanService.asmx HTTP/1.1
Host: 210.5.115.18
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/TaskFinishReport_DD"
<?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>
<TaskFinishReport_DD xmlns="http://tempuri.org/">
<param>
<reportOperatorName>string</reportOperatorName>
<reportWorkTeamName>string</reportWorkTeamName>
<DEPTID>string</DEPTID>
<ZHOUCHANG>string</ZHOUCHANG>
<versionNo>string</versionNo>
<serialNo>string</serialNo>
<latheID>string</latheID>
<electricityStart>string</electricityStart>
<electricityEnd>string</electricityEnd>
<cutStartTime>string</cutStartTime>
<cutFinishTime>string</cutFinishTime>
<theoryDiameter>string</theoryDiameter>
<plan_so_pfitemID>string</plan_so_pfitemID>
<workUnitID>string</workUnitID>
<reportType>string</reportType>
<reportOperatorID>string</reportOperatorID>
<reportWorkTeamID>string</reportWorkTeamID>
<reportWorkTeamOperators>
<OperatorInfo>
<operatorID>string</operatorID>
<operatorName>string</operatorName>
<skill>string</skill>
</OperatorInfo>
<OperatorInfo>
<operatorID>string</operatorID>
<operatorName>string</operatorName>
<skill>string</skill>
</OperatorInfo>
</reportWorkTeamOperators>
<UPPER_DIAMETER>string</UPPER_DIAMETER>
<MIDDLE_DIAMETER>string</MIDDLE_DIAMETER>
<LOWER_DIAMETER>string</LOWER_DIAMETER>
<ListMat>
<Material>
<Code>string</Code>
<Name>string</Name>
<Specifications>string</Specifications>
<Qty>string</Qty>
<Unit>string</Unit>
</Material>
<Material>
<Code>string</Code>
<Name>string</Name>
<Specifications>string</Specifications>
<Qty>string</Qty>
<Unit>string</Unit>
</Material>
</ListMat>
</param>
</TaskFinishReport_DD>
</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>
<TaskFinishReport_DDResponse xmlns="http://tempuri.org/">
<TaskFinishReport_DDResult>string</TaskFinishReport_DDResult>
</TaskFinishReport_DDResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /FunDo_Service_Lan/FunDo_LanService.asmx HTTP/1.1
Host: 210.5.115.18
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>
<TaskFinishReport_DD xmlns="http://tempuri.org/">
<param>
<reportOperatorName>string</reportOperatorName>
<reportWorkTeamName>string</reportWorkTeamName>
<DEPTID>string</DEPTID>
<ZHOUCHANG>string</ZHOUCHANG>
<versionNo>string</versionNo>
<serialNo>string</serialNo>
<latheID>string</latheID>
<electricityStart>string</electricityStart>
<electricityEnd>string</electricityEnd>
<cutStartTime>string</cutStartTime>
<cutFinishTime>string</cutFinishTime>
<theoryDiameter>string</theoryDiameter>
<plan_so_pfitemID>string</plan_so_pfitemID>
<workUnitID>string</workUnitID>
<reportType>string</reportType>
<reportOperatorID>string</reportOperatorID>
<reportWorkTeamID>string</reportWorkTeamID>
<reportWorkTeamOperators>
<OperatorInfo>
<operatorID>string</operatorID>
<operatorName>string</operatorName>
<skill>string</skill>
</OperatorInfo>
<OperatorInfo>
<operatorID>string</operatorID>
<operatorName>string</operatorName>
<skill>string</skill>
</OperatorInfo>
</reportWorkTeamOperators>
<UPPER_DIAMETER>string</UPPER_DIAMETER>
<MIDDLE_DIAMETER>string</MIDDLE_DIAMETER>
<LOWER_DIAMETER>string</LOWER_DIAMETER>
<ListMat>
<Material>
<Code>string</Code>
<Name>string</Name>
<Specifications>string</Specifications>
<Qty>string</Qty>
<Unit>string</Unit>
</Material>
<Material>
<Code>string</Code>
<Name>string</Name>
<Specifications>string</Specifications>
<Qty>string</Qty>
<Unit>string</Unit>
</Material>
</ListMat>
</param>
</TaskFinishReport_DD>
</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>
<TaskFinishReport_DDResponse xmlns="http://tempuri.org/">
<TaskFinishReport_DDResult>string</TaskFinishReport_DDResult>
</TaskFinishReport_DDResponse>
</soap12:Body>
</soap12:Envelope>