onvif
onvif copied to clipboard
WSDL Updates, Usernametoken authentication, multi network apdater support
This commit contains changes about how the WSDL stubs are generated: Maven will generate updated stubs if needed under target/generated-sources, so you can easily update the wsdl file and obtain the new stubs. WSSE Usernametoken has been implemented in order to support this kind of authentication. You can configure which network adapter you have to use (in case of multi network environment) to perform client-server communication (you have to use JVM Parameter -DnetworkInterface (default is eth0))
Can you update the README in order to explain how to use the library now that the client classes should be regenerated? I'm not sure whether this should be the default behavior or not..maybe we can provide different profiles with a set of pre-configured stubs. It's quite uncomfortable to check all WSDL versions..
Hi @quonn77, I've just merged another PR that improved a lot the current code. Could you try to rebase your code to the new master? Otherwise I'll try to rebase it by myself as soon I find the time..
Sorry @fpompermaier but I have totally missed the message....it got just 2 years to read it.... Next week I will work to align with your PR.
Thanks @quonn77
Any update on this @quonn77 ?