当前位置: 代码迷 >> 移动应用 >> onvif GetConfigurations解决思路
  详细解决方案

onvif GetConfigurations解决思路

热度:108   发布时间:2016-04-25 08:27:10.0
onvif GetConfigurations
大家好。我正在使用onvif测试工具,发送GetConfigurations命令,如下:
XML code
<?xml version='1.0' encoding='utf-8'?><s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:tptz="http://www.onvif.org/ver20/ptz/wsdl">  <s:Body>    <tptz:GetConfigurations/>  </s:Body></s:Envelope>


返回的响应是:
XML code
HTTP/1.1 500 Internal Server ErrorServer: gSOAP/2.7Content-Type: application/soap+xml; charset=utf-8Content-Length: 2316Connection: close<?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" xmlns:SOAP-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:c14n="http://www.w3.org/2001/10/xml-exc-c14n#" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsa5="http://www.w3.org/2005/08/addressing" xmlns:xmime5="http://www.w3.org/2005/05/xmlmime" xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2" xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" xmlns:tt="http://www.onvif.org/ver10/schema" xmlns:wsrf-r="http://docs.oasis-open.org/wsrf/r-2" xmlns:tan1="http://www.onvif.org/ver10/analytics/wsdl/RuleEngineBinding" xmlns:tan="http://www.onvif.org/ver10/analytics/wsdl" xmlns:tan2="http://www.onvif.org/ver10/analytics/wsdl/AnalyticsEngineBinding" xmlns:tds="http://www.onvif.org/ver10/device/wsdl" xmlns:tev1="http://www.onvif.org/ver10/events/wsdl/NotificationProducerBinding" xmlns:tev2="http://www.onvif.org/ver10/events/wsdl/EventBinding" xmlns:tev3="http://www.onvif.org/ver10/events/wsdl/SubscriptionManagerBinding" xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2" xmlns:tev4="http://www.onvif.org/ver10/events/wsdl/PullPointSubscriptionBinding" xmlns:tev="http://www.onvif.org/ver10/events/wsdl" xmlns:timg="http://www.onvif.org/ver10/imaging/wsdl" xmlns:tptz="http://www.onvif.org/ver10/ptz/wsdl" xmlns:trt="http://www.onvif.org/ver10/media/wsdl" xmlns:ter="http://www.onvif.org/ver10/error" xmlns:tns1="http://www.onvif.org/ver10/topics" xmlns:tnsaxis="http://www.axis.com/2009/event/topics">  <SOAP-ENV:Body>    <SOAP-ENV:Fault SOAP-ENV:encodingStyle="http://www.w3.org/2003/05/soap-encoding">      <SOAP-ENV:Code>        <SOAP-ENV:Value>SOAP-ENV:Receiver</SOAP-ENV:Value>        <SOAP-ENV:Subcode>          <SOAP-ENV:Value>ter:Action</SOAP-ENV:Value>        </SOAP-ENV:Subcode>      </SOAP-ENV:Code>      <SOAP-ENV:Reason>        <SOAP-ENV:Text xml:lang="en">Action failed</SOAP-ENV:Text>      </SOAP-ENV:Reason>      <SOAP-ENV:Detail>        <SOAP-ENV:Text>The requested SOAP action failed</SOAP-ENV:Text>      </SOAP-ENV:Detail>    </SOAP-ENV:Fault>  </SOAP-ENV:Body></SOAP-ENV:Envelope>


?我发送GetNodes命令,得到的结果也是一样。但是发送其它命令,如AddPTZConfiguration、GetProfiles可以得到正确的结果。请问为什么发送GetConfigurations、GetNodes命令这些命令失败呢?请大家探讨一下。谢谢!

------解决方案--------------------
我也在做这个 可以一起交流下吗?
QQ:1092637807