<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.example.org/Ec/">
<SOAP-ENV:Body>
<ns1:callService>
<paramsJson>
<![CDATA[
{
"reference_no": ["CR36600008"]
}
]]>
</paramsJson>
<appToken>{{appToken}}</appToken>
<appKey>{{appKey}}</appKey>
<service>getTrackNumber</service>
</ns1:callService>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>curl --location --request POST 'http://8.129.234.2:8085/default/svc/web-service' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.example.org/Ec/">
<SOAP-ENV:Body>
<ns1:callService>
<paramsJson>
<![CDATA[
{
"reference_no": ["CR36600008"]
}
]]>
</paramsJson>
<appToken>a106eb7a118d78f92cabbc91586caa84</appToken>
<appKey>a106eb7a118d78f92cabbc91586caa8401ac591bb285b42966f035d8d49a7b5c</appKey>
<service>getTrackNumber</service>
</ns1:callService>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>'<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www.example.org/Ec/">
<SOAP-ENV:Body>
<ns1:callServiceResponse>
<response>{"ask":"Success","data":[{"OrderNumber":"KJGRDMZYQACDOW6VH9NY","TrackingNumber":"794813658901","WayBillNumber":"CR36600008","PlatformNumber":"","trackingnumberlist":{"U001":"794813658901","U002":"794813658912"},"channelGroupCode":"UPS","channelNumber":""}],"Error":{"errCode":50010,"errMessage":""},"message":"全部获取成功","time_cost(s)":0.24880003929138}</response>
</ns1:callServiceResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>