<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:edi="http://edi.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<edi:QryCTNINFO>
<!--Optional:-->
<ctnNo>GESU2742698</ctnNo>
<!--Optional:-->
<user>?</user>
<!--Optional:-->
<password>?</password>
</edi:QryCTNINFO>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/QryCTNINFO' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:edi="http://edi.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<edi:QryCTNINFO>
<!--Optional:-->
<ctnNo>GESU2742698</ctnNo>
<!--Optional:-->
<user>?</user>
<!--Optional:-->
<password>?</password>
</edi:QryCTNINFO>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:QryCTNINFOResponse xmlns:ns2="http://edi.api.service.ctos3.nbport.com/">
<return>///MSG:Y///CTN_INFO:GESU2742698 42E IIF22G1W20040814220025 BLCT TA0706.4 039875 LTP HRRJK///RF: ///HZ:12633 ///OD: ///BL:1 LTNV893400099714 1 25.0 7250.0</return>
</ns2:QryCTNINFOResponse>
</soap:Body>
</soap:Envelope>