<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:getVesselInfo>
<!--Optional:-->
<vesselNameE>ZHONG GU 20/2129N</vesselNameE>
</nbp:getVesselInfo>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/wechatApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:getVesselInfo>
<!--Optional:-->
<vesselNameE>ZHONG GU 20/2129N</vesselNameE>
</nbp:getVesselInfo>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:getVesselInfoResponse xmlns:ns2="http://www.nbport.ctos.com">
<ns2:return>ZHONG GU 20/2129N/2129N/2021-10-26 09:00:00/2021-11-06 09:00:00/2021-10-31 00:00:00/2021-10-31 00:00:00/</ns2:return>
</ns2:getVesselInfoResponse>
</soap:Body>
</soap:Envelope>