PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Cannot load Onvif WSDL description in WinDev
Cannot load Onvif WSDL description in WinDev
Iniciado por guest, 11,ago. 2015 17:09 - 2 respuestas
Publicado el 11,agosto 2015 - 17:09
I try to load the Onvif (cctv standard) WSDL description in WinDev from the address:
http://www.onvif.org/ver10/media/wsdl/media.wsdl

This works fine in Visual Studio but while trying this in WinDev I get a 'No service was found in the WebService' message.

What can be the problem for WinDev importing this?

Cheers,

Adri
Publicado el 01,septiembre 2015 - 16:05
bonjour

windev seems to need an XML file

it can be found in this page for a python project , media.wsdl
i have tested it , webservice is ok in windev 16

https://pypi.python.org/pypi/onvif/0.1.2

best regards
Miembro registrado
2 mensajes
Publicado el 01,septiembre 2015 - 16:08
hi

XML file can be found there :
https://pypi.python.org/pypi/onvif/0.1.2

i have tested it in windev 16 , it appears in webservice list.

best regards