求大神指点一二,在线等急。

Onvif Device Test Tool 测试工具中 Get形式的接口都可以用,
但是Set形式的接口都是报400的错误下面给图
Get形式接口(是成功的)求大神指点一二,在线等急。
Set的形式(Status是400)求大神指点一二,在线等急。
点击Send Request之后的结果我拷在下面了,主要是出现了Sender not Authorized,我还是个菜鸟,在网上找了很久都没有找到结果,求各位大神不吝赐教,在这提前给大家拜个年!

HTTP/1.1 400 Bad Request
Status: 400
Content-Type: application/soap+xml; Charset=utf-8
Content-length: 878
Connection: close

<?xml version="1.0" encoding="UTF-8"?>

<env:Envelope xmlns:env=“http://www.w3.org/2003/05/soap-envelope” xmlns:enc=“http://www.w3.org/2003/05/soap-encoding” xmlns:xsi=“http://www.w3.org/2001/XMLSchema-instance” xmlns:xsd=“http://www.w3.org/2001/XMLSchema” xmlns:rpc=“http://www.w3.org/2003/05/soap-rpc” xmlns:xop=“http://www.w3.org/2004/08/xop/include” xmlns:ter=“http://www.onvif.org/ver10/error” xmlns:wsse=“http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd”>
env:Body
env:Fault
env:Code
env:Valueenv:Sender</env:Value>
env:Subcode
env:Valueter:NotAuthorized</env:Value>
</env:Subcode>
</env:Code>
env:Reason
<env:Text xml:lang=“en”>Sender not Authorized</env:Text>
</env:Reason>
env:Detail
env:TextThe action requested requires authorization and the sender is not authorized.</env:Text>
</env:Detail>
</env:Fault>
</env:Body>
</env:Envelope>