<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>GESU27426918</ctnNo>
<!--Optional:-->
<user>?</user>
<!--Optional:-->
<password>?</password>
</edi:QryCTNINFO>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/tCtnWebServiceApi' \
--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>GESU27426918</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:N</return>
</ns2:QryCTNINFOResponse>
</soap:Body>
</soap:Envelope>