patrickmichalina / onvif-rx

📹 Communicate with ONVIF devices and cameras in server and browser environments.
MIT License
22 stars 11 forks source link

New Types and Parameter Handling #46

Closed Mudrekh closed 2 years ago

Mudrekh commented 2 years ago

This is a follow up PR to this #45 .

It tries to address a few issues in generating soap/xml when sending requests to devices by using the same library that parses xml to parse the json from function calls. The revised function fixes two issues:

Additionally, it fixes some issues with type definitions by parsing types from the WSDLs. Some of the types used by ONVIF are only defined in the WSDL under schemas and not in the XSDs.

Mudrekh commented 2 years ago

@patrickmichalina I avoided committing the generated files in docs/api to avoid bloat in this PR. It was something like 700+ file changes...

patrickmichalina commented 2 years ago

This is great thanks!

patrickmichalina commented 2 years ago

:tada: This PR is included in version 9.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: