<?xml version="1.0" encoding="utf-16"?>
<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>
<innerUnpackCtn xmlns="http://innerPack.api.service.ctos3.nbport.com/">
<applyData xmlns="">{"ctnNo":"ABCD1234567"}</applyData>
</innerUnpackCtn>
</soap:Body>
</soap:Envelope>
curl --location --request POST '/api/innerPackUnpackApi' \
--header 'Content-Type: application/xml' \
--data-raw '<?xml version="1.0" encoding="utf-16"?>
<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>
<innerUnpackCtn xmlns="http://innerPack.api.service.ctos3.nbport.com/">
<applyData xmlns="">{"ctnNo":"ABCD1234567"}</applyData>
</innerUnpackCtn>
</soap:Body>
</soap:Envelope>'
<?xml version="1.0" encoding="utf-16"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:innerUnpackCtnResponse xmlns:ns2="http://innerPack.api.service.ctos3.nbport.com/">
<return>1</return>
</ns2:innerUnpackCtnResponse>
</soap:Body>
</soap:Envelope>