onvif / specs

ONVIF Network Interface Specifications
Other
338 stars 90 forks source link

ONVIF WSDL referring to "dead" http transport #382

Closed zebity closed 9 months ago

zebity commented 9 months ago

Issue

Current ONVIF WSDL specifications are reference a "dead" SOAP http transport link.

This is no longer a valid constant with current Java CXF SOAP code case:

To work around this I have had to download and patch the WSDL files to use updated reference:

<       <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
---
>       <soap:binding style="document" transport="http://www.w3.org/2003/05/soap/HTTP/"/>

Could the ONVIF specification be updated to reflect current accepted value.

Diagnotics

Get get ONViF WSDL to compile I had to download and patch all reference to: transport="http://schemas.xmlsoap.org/soap/http"

zebity commented 9 months ago

Need to re-review