文档
测试
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^1658824133567^187 spanId: 20 pSpanId: 10 Content-Type: text/xml; charset=utf-8 SOAPAction: "" Host: wms5idc12.jd.com Content-Length: 1133 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> <queryWs xmlns="http://wms3.360buy.com"> <arg0 xmlns="">{"bizType":"wms_receiving_receivingResult_getLastIbReceivingRM","uuid":"04d7b8a4-f845-4224-a7af-19de6cb36f39","callCode":"360BUY.WMS3.WS.CALLCODE.100"} </arg0> <arg1 xmlns="">{"id":0,"receivingNo":null,"inboundType":null,"receivingStatus":null,"containerNo":"000010998002243","purchaseType":null,"purchaseTransFlag":null,"purchaseTransMixFlag":null,"taskType":null,"taskPriority":null,"fromNode":null,"toNode":null,"signStatus":null,"createTime":"0001-01-01 00:00:00.000","updateTime":null,"yn":0,"containerType":null,"inboundNo":null,"containerMark":0,"isEnvelop":0,"destZone":null,"logicZone":null,"receivingType":null,"isShuttle":null,"platform":null,"returnMessageFlag":false,"createUser":null,"updateUser":null,"orgNo":"6","warehouseNo":"998","distributeNo":"6","orgName":null,"dcName":null,"warehouseName":null} </arg1> </queryWs> </soap:Body> </soap:Envelope> ```

响应说明/示例

```xml HTTP/1.1 200 OK Server: openresty/1.11.2.1 Date: Tue, 26 Jul 2022 08:28:54 GMT Content-Type: text/xml;charset=UTF-8 Connection: close Expires: Tue, 26 Jul 2022 08:28:54 GMT Cache-Control: max-age=0 Content-Length: 1233 <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:queryWsResponse xmlns:ns2="http://wms3.360buy.com"> <return> <resultCode>1</resultCode> <resultMessage>调用成功</resultMessage> <resultValue>{"updateUser":"luorui24","updateTime":"2022-07-26 16:25:21","yn":0,"id":4786,"receivingNo":"U6-99822072616095000000002","receivingNoOri":null,"sourceNo":null,"orgNo":"6","orgName":"总公司","distributeNo":"6","warehouseNo":"998","inboundType":"it01","receivingStatus":0,"containerNo":"000010998002243","purchaseType":"pt01","purchaseTransFlag":0,"purchaseTransMixFlag":null,"taskType":null,"taskPriority":null,"fromNode":null,"toNode":null,"signStatus":null,"createUser":"luorui24","createTime":"2022-07-26 16:09:50","containerType":"pallet","ibReceivingRDList":null,"curDateQty":null,"receivingType":0,"destZone":null,"destCellNo":null,"logicZone":null,"containerMark":0,"isEnvelop":0,"isKc":false,"isQa":0,"twiceQa":false,"isBoxReceiving":false,"oldReceivingType":null,"isBoxRemark":"0","isNested":null,"receiveMark":"000000000000000000000000000000","notContainerFinish":null,"medicineQa":false,"needQa":false,"target":"6,6,998"}</resultValue> </return> </ns2:queryWsResponse> </soap:Body> </soap:Envelope> ```