奇门取消接口报文

POST http://localhost:7001/wms/external/serviceForQM.do
Content-Type: application/x-www-form-urlencoded
method=order.cancel&customerid=YWMS&warehouseid=WH01&messageid=ASN&apptoken=80AC1A3F-F949-492C-A024-7044B28C8025&appkey=test&timestamp=2015-09-08 15:07:26&sign=NDVLZTBHOGNKMZJMM2RMODJIMTK3NDMWNZAZZMRJMZG=&data=<?xml version="1.0" encoding="utf-8"?>
<request> 
  <warehouseCode>wms_test_20150908</warehouseCode>
  <ownerCode>customer_0908</ownerCode>  
  <orderCode>201612300925</orderCode>  
  <orderType>B2BCK</orderType>
  <cancelReason>取消原因</cancelReason> 
</request>
 -- response --
200 OK
Date:  Tue, 07 Feb 2017 05:12:33 GMT
Content-Type:  plain/text;charset=UTF-8
Content-Length:  134
Server:  Jetty(8.1.14.v20131031)

<?xml version="1.0" encoding="UTF-8" standalone="yes"?><response><flag>success</flag><code>0000</code><message>OK</message></response>
原文地址:https://www.cnblogs.com/tonggc1668/p/6434487.html