3
votes

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?

2

2 Answers

2
votes

That link is the wsdl file. Right click and view the source.

1
votes

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.