<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:jdQueryInterface>
<!--Optional:-->
<msg></msg>
</nbp:jdQueryInterface>
</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:jdQueryInterface>
<!--Optional:-->
<msg></msg>
</nbp:jdQueryInterface>
</soapenv:Body>
</soapenv:Envelope>'
java.util.List<java.lang.String>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:jdQueryInterfaceResponse xmlns:ns2="http://www.nbport.ctos.com"/></soap:Body></soap:Envelope>