<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:nbp="http://www.nbport.ctos.com">
<soapenv:Header/>
<soapenv:Body>
<nbp:bokQuery>
<!--Optional:-->
<book>DEG6000211</book>
</nbp:bokQuery>
</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:bokQuery>
<!--Optional:-->
<book>DEG6000211</book>
</nbp:bokQuery>
</soapenv:Body>
</soapenv:Envelope>'
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><ns2:bokQueryResponse xmlns:ns2="http://www.nbport.ctos.com"><ns2:return>DEG6000211/30/30/0</ns2:return></ns2:bokQueryResponse></soap:Body></soap:Envelope>