GetStreamUri failed on client Test Tool with correct response #121
Replies: 3 comments
|
I'm adding further details as wireshark capture, diagnostic report and xml generated by the onvif tool client |
|
Hello! Do you use conformant Device for the testing? The test is failed because for GetStreamUriResponse device sends wrong namespace for the following prefix: SOAP-ENV. So ONVIF Client Test Tool could not find the full path for GetStreamUriResponse tag and fails the step So issues is with invalid Device behavior. Could you try to use other device? For GetProfilesResponse all namespaces are valid, so it passes. |
|
Hello again, |

Hello!
Do you use conformant Device for the testing?
The test is failed because for GetStreamUriResponse device sends wrong namespace for the following prefix: SOAP-ENV.
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" - is current
xmlns:SOAP-ENV="http://www.w3.org/2003/05/soap-envelope" - is expected
So ONVIF Client Test Tool could not find the full path for GetStreamUriResponse tag and fails the step So issues is with invalid Device behavior. Could you try to use other device?
For GetProfilesResponse all namespaces are valid, so it passes.