how to include event.wsdl with gsoap? #243
-
Hello guys and girls, As we are trying to implement ONVIF into our camera system, some difficulties have occurred. Now I'm having issues with the Event Handling. I tried to implement the event.wsdl file in Visual Studio Code and generate via gsoap the soapEventBindingService files, but it does not work. In the event.wsdl file I found the following comment: After some research I found many different namespaces in the internet. is this the correct targetNamespace to use? I found several other possible links: Thank you for your help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi David, I think Visual Studio has some problems with event.wsdl that's why there is this file: I'm not using VS myself so I have no idea if it works. BR /Fredrik |
Beta Was this translation helpful? Give feedback.
-
Thank you, I will try that. |
Beta Was this translation helpful? Give feedback.
Hi David,
Correct targetNamespace is http://www.onvif.org/onvif/ver10/events/wsdl.
I think Visual Studio has some problems with event.wsdl that's why there is this file:
https://github.com/onvif/specs/blob/22.12/wsdl/ver10/events/wsdl/event-vs.wsdl
So please try to use that one in your project instead.
I'm not using VS myself so I have no idea if it works.
BR /Fredrik