Aleksa
Aleksa

Reputation: 3124

ONVIF wsdl file

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

Answers (2)

Paweł Wojtal
Paweł Wojtal

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

ChrisWard1000
ChrisWard1000

Reputation: 536

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

Upvotes: 4

Related Questions