<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="com.nbport">
<soapenv:Header/>
<soapenv:Body>
<com:getPlanDeliver/>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/planDeliverApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:com="com.nbport">
<soapenv:Header/>
<soapenv:Body>
<com:getPlanDeliver/>
</soapenv:Body>
</soapenv:Envelope>'
{}