<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rel="http://release.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rel:invoke>
<!--Optional:-->
<toNode>?</toNode>
<!--Optional:-->
<esbId>?</esbId>
<!--Optional:-->
<data>10:UN9294886:WANHAI506:W233'50:IAAU1820858:45G1:F:INNSA:YSWL:13056938361,13056938361'51:A92EX09446A:A92EX09446B:A92EX09446C:A92EX09446D:A92EX09446E:A92EX09446F'99:4'</data>
</rel:invoke>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/yepReleaseApi' \
--header 'Content-Type: application/xml' \
--data-raw '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:rel="http://release.api.service.ctos3.nbport.com/">
<soapenv:Header/>
<soapenv:Body>
<rel:invoke>
<!--Optional:-->
<toNode>?</toNode>
<!--Optional:-->
<esbId>?</esbId>
<!--Optional:-->
<data>10:UN9294886:WANHAI506:W233'\''50:IAAU1820858:45G1:F:INNSA:YSWL:13056938361,13056938361'\''51:A92EX09446A:A92EX09446B:A92EX09446C:A92EX09446D:A92EX09446E:A92EX09446F'\''99:4'\''</data>
</rel:invoke>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:invokeResponse xmlns:ns2="http://release.api.service.ctos3.nbport.com/">
<return>1</return>
</ns2:invokeResponse>
</soap:Body>
</soap:Envelope>