curl --location --request POST '/api/blReleaseSearchApi' \
--header 'Content-Type: text/plain' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:four="http://fourport.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<four:invoke>
<!--Optional:-->
<arg1>{"blNo":"ONEYNB4BCLV38700D"}</arg1>
</four:invoke>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:invokeResponse xmlns:ns2="http://fourport.api.service.ctos3.nbport.com/">
<return>{"msgDesc":"有放行报文","msgId":"0000"}</return>
</ns2:invokeResponse>
</soap:Body>
</soap:Envelope>