1.单品取消提交 websocket测试 POST http://wms5idc12.jd.com/inbound/services/receivingWSSoap 接口描述 容器完验前取消单品已验记录 请求说明 / 示例 ```xml POST http://wms5idc12.jd.com/inbound/services/receivingWSSoap HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.42000) routerule: 6,6,998 Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpblRpbWUiOiIyMDIyLTA3LTI1IDExOjA3OjUxIiwiZGlzdHJpYnV0ZU5vIjoiNiIsIm9yZ05vIjoiNiIsIndhcmVob3VzZU5vIjoiOTk4IiwibG9naW5BY2NvdW50IjoibHVvcnVpMjQifQ.lw9lM8GPnU7Ognn-RNaLL3rN9PXvXuHj_t7iJVDzBaw txId: BC:54:2F:88:42:DF^1658823050418^169 spanId: 20 pSpanId: 10 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: wms5idc12.jd.com Content-Length: 1065 Expect: 100-continue <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <processWs xmlns="http://wms3.360buy.com"> <arg0 xmlns="">{"bizType":"wms_receiving_receivingResult_goodsCancel3","uuid":"e2d5066f-3177-4eb5-be4c-29939a123779","callCode":"360BUY.WMS3.WS.CALLCODE.100"} </arg0> <arg1 xmlns="">{"cancelSnList":null,"deleteType":2,"goodsNoInRebinCaseNo":null,"inboundNo":null,"receivingNo":"U6-99822072616095000000002","containerNo":"000010998002243","goodsNo":null,"goodsNos":["EMG4418124253043"],"lotNos":["993d6a6e0496e62e735030aaf9b99536"],"boxNo":null,"cancelType":"byGoodsNo","cancelMd5Values":["f4d9132e3d7a2cab597088a545c3585f"],"inboundType":null,"isBoxRemark":false,"randomBoxMark":false,"returnMessageFlag":false,"createUser":"luorui24","updateUser":"luorui24","orgNo":"6","warehouseNo":"998","distributeNo":"6","orgName":null,"dcName":null,"warehouseName":null} </arg1> </processWs> </soap:Body> </soap:Envelope> ``` 响应说明/示例 ```xml HTTP/1.1 200 OK Server: openresty/1.11.2.1 Date: Tue, 26 Jul 2022 08:10:51 GMT Content-Type: text/xml;charset=UTF-8 Connection: close Expires: Tue, 26 Jul 2022 08:10:51 GMT Cache-Control: max-age=0 Content-Length: 277 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:processWsResponse xmlns:ns2="http://wms3.360buy.com"> <return> <resultCode>1</resultCode> <resultMessage>调用成功</resultMessage> </return> </ns2:processWsResponse> </soap:Body> </soap:Envelope> ```
```xml POST http://wms5idc12.jd.com/inbound/services/receivingWSSoap HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; MS Web Services Client Protocol 4.0.30319.42000) routerule: 6,6,998 Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJsb2dpblRpbWUiOiIyMDIyLTA3LTI1IDExOjA3OjUxIiwiZGlzdHJpYnV0ZU5vIjoiNiIsIm9yZ05vIjoiNiIsIndhcmVob3VzZU5vIjoiOTk4IiwibG9naW5BY2NvdW50IjoibHVvcnVpMjQifQ.lw9lM8GPnU7Ognn-RNaLL3rN9PXvXuHj_t7iJVDzBaw txId: BC:54:2F:88:42:DF^1658823050418^169 spanId: 20 pSpanId: 10 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: wms5idc12.jd.com Content-Length: 1065 Expect: 100-continue <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soap:Body> <processWs xmlns="http://wms3.360buy.com"> <arg0 xmlns="">{"bizType":"wms_receiving_receivingResult_goodsCancel3","uuid":"e2d5066f-3177-4eb5-be4c-29939a123779","callCode":"360BUY.WMS3.WS.CALLCODE.100"} </arg0> <arg1 xmlns="">{"cancelSnList":null,"deleteType":2,"goodsNoInRebinCaseNo":null,"inboundNo":null,"receivingNo":"U6-99822072616095000000002","containerNo":"000010998002243","goodsNo":null,"goodsNos":["EMG4418124253043"],"lotNos":["993d6a6e0496e62e735030aaf9b99536"],"boxNo":null,"cancelType":"byGoodsNo","cancelMd5Values":["f4d9132e3d7a2cab597088a545c3585f"],"inboundType":null,"isBoxRemark":false,"randomBoxMark":false,"returnMessageFlag":false,"createUser":"luorui24","updateUser":"luorui24","orgNo":"6","warehouseNo":"998","distributeNo":"6","orgName":null,"dcName":null,"warehouseName":null} </arg1> </processWs> </soap:Body> </soap:Envelope> ```
```xml HTTP/1.1 200 OK Server: openresty/1.11.2.1 Date: Tue, 26 Jul 2022 08:10:51 GMT Content-Type: text/xml;charset=UTF-8 Connection: close Expires: Tue, 26 Jul 2022 08:10:51 GMT Cache-Control: max-age=0 Content-Length: 277 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:processWsResponse xmlns:ns2="http://wms3.360buy.com"> <return> <resultCode>1</resultCode> <resultMessage>调用成功</resultMessage> </return> </ns2:processWsResponse> </soap:Body> </soap:Envelope> ```