jimm98y / SharpOnvif

A C# implementation of the ONVIF interface - client as well as the server. All profiles are supported.
MIT License
9 stars 1 forks source link

ONVIF Device Test Tool #1

Open EK-Reveal opened 1 month ago

EK-Reveal commented 1 month ago

Hi,

I've successfully integrated this library (good work btw) in a small ONVIF device emulator I'm creating, and it's being detected by both ONVIF Device Manager and the free Happytimesoft ONVIF client.

However I'm having problems with the official ONVIF Device Test Tool, the application is not being detected. Has anyone tried this before?

jimm98y commented 1 month ago

Thanks! Unfortunately, I do not have access to those test tools, but if you figure it out I am willing to accept pull requests.

EK-Reveal commented 1 month ago

The ONVIF Device Test Tool doesn't send the action in the request (not in the content type, nor in the soap headers), I ended up having to infer it from the soap body. I'm still making some tests, will create a pull request later.