<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:seal="seal">
<soapenv:Header/>
<soapenv:Body>
<seal:recSeal>
<!--Optional:-->
<seal:applyDate>{"passWord":"","jobId":"getSealNo","sealNo":"","rsv5":"","operCode":"A","rsv4":"","id":"BLCT1717400013417","rsv3":"","userName":"","barcode":"933124164889"}</seal:applyDate>
</seal:recSeal>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/sealApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:seal="seal">
<soapenv:Header/>
<soapenv:Body>
<seal:recSeal>
<!--Optional:-->
<seal:applyDate>{"passWord":"","jobId":"getSealNo","sealNo":"","rsv5":"","operCode":"A","rsv4":"","id":"BLCT1717400013417","rsv3":"","userName":"","barcode":"933124164889"}</seal:applyDate>
</seal:recSeal>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><recSealResponse xmlns="seal"><return>{
"ctnOperatorCode": "",
"rsv2": "",
"msgId": "9998",
"rsv1": "",
"rsv4": "",
"rsv3": "",
"jobId": "getSealNo",
"yardMsgInfo": "",
"rsv6": "",
"rsv5": "",
"rsv8": "",
"rsv7": "",
"id": "BLCT1717400013417",
"msgDESC": "无法查询到该序列号"
}</return></recSealResponse></soap:Body></soap:Envelope>