<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:getEmpCtn>
<!--Optional:-->
<parm>TEST0723001</parm>
</nbp:getEmpCtn>
</soapenv:Body>
</soapenv:Envelope>
curl --location --request POST '/api/wechatApi?parm' \
--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:getEmpCtn>
<!--Optional:-->
<parm>TEST0723001</parm>
</nbp:getEmpCtn>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:getEmpCtnResponse xmlns:ns2="http://www.nbport.ctos.com"><ns2:return>没有信息!!!请核对</ns2:return></ns2:getEmpCtnResponse></soap:Body></soap:Envelope>