This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM385: Error in Setp - 3 Check that no capabilities returned for Onvif Profile G

Part Number: DM385

Hello , 

I am implementing Onvif Profile G.

I have installed ONVIF Device Test Tool ver - 19.12.

I am testing the capabilities APIs for Device. However for now I am testing only __tds__GetServices function in that particularly i am checking event service only.

So i am running DEVICE-1-1-16-v14.12 GET SERVICE - EVENT SERVICE (run current) command from ONVIF Device Test Tool.

I am getting the same response available in Onvif core specification document which is given below,

<tds:Service>
<tds:Service>
<tds:Namespace>www.onvif.org/.../tds:Namespace>
<tds:XAddr>192.168.0.10/.../tds:XAddr>
<tds:Capabilities>
<tev:Capabilities xmlns:tev="www.onvif.org/.../wsdl"
WSSubscriptionPolicySupport="false" WSPullPointSupport="false"
WSPausableSubscription="false" />
</tds:Capabilities>
<tds:Version>
<tt:Major>2</tt:Major>
<tt:Minor>20</tt:Minor>
</tds:Version>
</tds:Service>
<tds:Service>

The only thing is i am getting error in Setp - 3 Check that no capabilities returned

capabilities are included in entry for Event service version '2.20'

STEP FAILED , However Setp - 1(Get Services) and Step - 2(Check that DUT returned Event Serice address) are getting passed.

How to resolve the step-3 error??