Reputation: 3124
I want to generate client code from onvif wsdl file, but I dont know where I can find wsdl files. I found something like this http://www.onvif.org/onvif/ver10/device/wsdl/devicemgmt.wsdl, but it is html file, not wsdl. Does anyone know where I can find wsdl?
Upvotes: 5
Views: 7344
Reputation: 350
In Visual Studio you can import it as Service Reference - and when you make it, it will be available as regular namespace, with all its classes.
Upvotes: 1