curl --location --request POST 'http://clpesb.nbport.com.cn:8080/EDIESB/services/ESBProxy?descCode&serviceName&applyData' \
--header 'SOAPAction;' \
--header 'Authorization;'
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<EDI_WebServiceResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<EDI_WebServiceReturn xsi:type="xsd:string">1::all success</EDI_WebServiceReturn>
</EDI_WebServiceResponse>
</soapenv:Body>
</soapenv:Envelope>