请求。。
.........请求代码省略SOAP响应: 
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://192.968.1.20">
<SOAP-ENV:Header>
<ns1:ResHeader>
<str1>测试字符1</str1>
<str2>测试字符2</str2>
<str3>测试字符3</str3>
.......
</ns1:ResHeader>
<SOAP-ENV:Body>
...........
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>我可以通过调用把body里面的信息读到,但是头部读不出来,请问如何把soap头部的内容读出来呢?就是str1,str2..