如何从 Web 服务获取请求源?
2022-09-04 20:32:43
我想得到
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prin="http://localhost/example"> <soapenv:Header/> <soapenv:Body> THIS </soapenv:Body> </soapenv:Envelope>
从我从Java发送的Webservice请求。
我使用javax.jws