Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 533 Bytes

File metadata and controls

20 lines (14 loc) · 533 Bytes

onvif-wsdl2java

ONVIF(Open Network Video Interface Forum) is a community to standardize communication between IP-based security products (like cameras).

wsdl2java generates fully annotated Java code from WSDL/XSD document.

This project just download ONVIF WSDL/XSDs and generates Java files from them using Gradle.

Usage

1. Download ONVIF WSDL/XSD files

./gradlew downloadWsdls

2. Generate Java files

./gradlew wsdl2java