WIP
单击此处,获取完整的操作列表。
GetStationBindStepsNameByID
测试
测试窗体只能用于来自本地计算机的请求。SOAP 1.1
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /content/wip.asmx HTTP/1.1 Host: 124.71.33.56 Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetStationBindStepsNameByID" <?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> <GetStationBindStepsNameByID xmlns="http://tempuri.org/"> <stationName>string</stationName> </GetStationBindStepsNameByID> </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> <GetStationBindStepsNameByIDResponse xmlns="http://tempuri.org/"> <GetStationBindStepsNameByIDResult> <QS_ROUTE_STEPS> <ROUTE_STEP_ID>string</ROUTE_STEP_ID> <step_face>string</step_face> <FAIL_STEP_ID>string</FAIL_STEP_ID> <STATION_ID>string</STATION_ID> <FLAGS>int</FLAGS> <TYPE>int</TYPE> <DELETED>int</DELETED> <NAME>string</NAME> <SKILL>string</SKILL> <DESCRIPTION>string</DESCRIPTION> <INSTRUCTIONS>string</INSTRUCTIONS> <SPC_CONFIGURATION_ID>int</SPC_CONFIGURATION_ID> <MINSTAYTIME>int</MINSTAYTIME> <CHECK_STATUS>string</CHECK_STATUS> <YELLOW_WARNING>decimal</YELLOW_WARNING> <RED_WARNING>decimal</RED_WARNING> <STOP_TIME>int</STOP_TIME> <IS_SAVE_MM>int</IS_SAVE_MM> <IS_INPUT>int</IS_INPUT> <CREATE_TIME>dateTime</CREATE_TIME> <UPDATE_TIME>dateTime</UPDATE_TIME> <CREATE_USER>string</CREATE_USER> <UPDATE_USER>string</UPDATE_USER> </QS_ROUTE_STEPS> <QS_ROUTE_STEPS> <ROUTE_STEP_ID>string</ROUTE_STEP_ID> <step_face>string</step_face> <FAIL_STEP_ID>string</FAIL_STEP_ID> <STATION_ID>string</STATION_ID> <FLAGS>int</FLAGS> <TYPE>int</TYPE> <DELETED>int</DELETED> <NAME>string</NAME> <SKILL>string</SKILL> <DESCRIPTION>string</DESCRIPTION> <INSTRUCTIONS>string</INSTRUCTIONS> <SPC_CONFIGURATION_ID>int</SPC_CONFIGURATION_ID> <MINSTAYTIME>int</MINSTAYTIME> <CHECK_STATUS>string</CHECK_STATUS> <YELLOW_WARNING>decimal</YELLOW_WARNING> <RED_WARNING>decimal</RED_WARNING> <STOP_TIME>int</STOP_TIME> <IS_SAVE_MM>int</IS_SAVE_MM> <IS_INPUT>int</IS_INPUT> <CREATE_TIME>dateTime</CREATE_TIME> <UPDATE_TIME>dateTime</UPDATE_TIME> <CREATE_USER>string</CREATE_USER> <UPDATE_USER>string</UPDATE_USER> </QS_ROUTE_STEPS> </GetStationBindStepsNameByIDResult> </GetStationBindStepsNameByIDResponse> </soap:Body> </soap:Envelope>
SOAP 1.2
以下是 SOAP 1.2 请求和响应示例。所显示的占位符需替换为实际值。
POST /content/wip.asmx HTTP/1.1 Host: 124.71.33.56 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> <GetStationBindStepsNameByID xmlns="http://tempuri.org/"> <stationName>string</stationName> </GetStationBindStepsNameByID> </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> <GetStationBindStepsNameByIDResponse xmlns="http://tempuri.org/"> <GetStationBindStepsNameByIDResult> <QS_ROUTE_STEPS> <ROUTE_STEP_ID>string</ROUTE_STEP_ID> <step_face>string</step_face> <FAIL_STEP_ID>string</FAIL_STEP_ID> <STATION_ID>string</STATION_ID> <FLAGS>int</FLAGS> <TYPE>int</TYPE> <DELETED>int</DELETED> <NAME>string</NAME> <SKILL>string</SKILL> <DESCRIPTION>string</DESCRIPTION> <INSTRUCTIONS>string</INSTRUCTIONS> <SPC_CONFIGURATION_ID>int</SPC_CONFIGURATION_ID> <MINSTAYTIME>int</MINSTAYTIME> <CHECK_STATUS>string</CHECK_STATUS> <YELLOW_WARNING>decimal</YELLOW_WARNING> <RED_WARNING>decimal</RED_WARNING> <STOP_TIME>int</STOP_TIME> <IS_SAVE_MM>int</IS_SAVE_MM> <IS_INPUT>int</IS_INPUT> <CREATE_TIME>dateTime</CREATE_TIME> <UPDATE_TIME>dateTime</UPDATE_TIME> <CREATE_USER>string</CREATE_USER> <UPDATE_USER>string</UPDATE_USER> </QS_ROUTE_STEPS> <QS_ROUTE_STEPS> <ROUTE_STEP_ID>string</ROUTE_STEP_ID> <step_face>string</step_face> <FAIL_STEP_ID>string</FAIL_STEP_ID> <STATION_ID>string</STATION_ID> <FLAGS>int</FLAGS> <TYPE>int</TYPE> <DELETED>int</DELETED> <NAME>string</NAME> <SKILL>string</SKILL> <DESCRIPTION>string</DESCRIPTION> <INSTRUCTIONS>string</INSTRUCTIONS> <SPC_CONFIGURATION_ID>int</SPC_CONFIGURATION_ID> <MINSTAYTIME>int</MINSTAYTIME> <CHECK_STATUS>string</CHECK_STATUS> <YELLOW_WARNING>decimal</YELLOW_WARNING> <RED_WARNING>decimal</RED_WARNING> <STOP_TIME>int</STOP_TIME> <IS_SAVE_MM>int</IS_SAVE_MM> <IS_INPUT>int</IS_INPUT> <CREATE_TIME>dateTime</CREATE_TIME> <UPDATE_TIME>dateTime</UPDATE_TIME> <CREATE_USER>string</CREATE_USER> <UPDATE_USER>string</UPDATE_USER> </QS_ROUTE_STEPS> </GetStationBindStepsNameByIDResult> </GetStationBindStepsNameByIDResponse> </soap12:Body> </soap12:Envelope>