Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong ONVIF SOAP Response on AXIS Cameras #307

Open
d9-Mark opened this issue Dec 13, 2023 · 0 comments
Open

Wrong ONVIF SOAP Response on AXIS Cameras #307

d9-Mark opened this issue Dec 13, 2023 · 0 comments

Comments

@d9-Mark
Copy link

d9-Mark commented Dec 13, 2023

Hello, I am using AXIS Communications cameras, I've checked ONVIF compliance on their website and all of the cameras I'm using are supported. My specific camera is M3206-LVE.

I am attempting to use the examples to perform those actions on a camera I have access to. In the AXIS camera dashboard, I created the ONVIF account as an administrator. Using examples.js, with the camera's IP address + the username and password I set for the ONVIF account in the AXIS dashboard I am receiving an error of "Wrong ONVIF SOAP response." I am logging the result in utils.js:85 and getting this back,
{"html":{"head":[{"title":["302 Found"]}],"body":[{"h1":["Found"],"p":[{"_":"The document has moved .","a":[{"_":"here","$":{"href":"https://<CAM_IP>/onvif/device_service/"}}]}]}]}}

I do notice on my dashboard for AXIS the HTTPS connection is not secure, could this be an issue with how the network is setup for the cameras? I have also disabled the replay attack protection in the AXIS camera dashboard temporarily, this did not resolve my issue. I get the same error, "Wrong ONVIF SOAP Response" when using my own application and setting up the connection as shown in the example. Please let me know what other information I can provide to help you help me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant