<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_PORTALCTN>
<!--Optional:-->
<strctn>CMAU4279460</strctn>
<!--Optional:-->
<strbl>NGP1241631</strbl>
<!--Optional:-->
<flag>ALL</flag>
<!--Optional:-->
<user>?</user>
<!--Optional:-->
<password>?</password>
</edi:QryCTNINFO_PORTALCTN>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/tCtnWebServiceApi?strctn&strbl&flag&user&password&wsdl' \
--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_PORTALCTN>
<!--Optional:-->
<strctn>CMAU4279460</strctn>
<!--Optional:-->
<strbl>NGP1241631</strbl>
<!--Optional:-->
<flag>ALL</flag>
<!--Optional:-->
<user>?</user>
<!--Optional:-->
<password>?</password>
</edi:QryCTNINFO_PORTALCTN>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:QryCTNINFO_PORTALCTNResponse xmlns:ns2="http://edi.api.service.ctos3.nbport.com/">
<return>PORTAL_ALLCTN 0</return>
</ns2:QryCTNINFO_PORTALCTNResponse>
</soap:Body>
</soap:Envelope>