[Simple-support] WSDL and Simple
Brought to you by:
niallg
|
From: <jon...@gm...> - 2017-06-13 20:34:52
|
wsdl2java from Apache CXF supports a plug-in API for generating XML bindings. https://cxf.apache.org/javadoc/latest/org/apache/cxf/databinding/DataBinding.html They have bindings for: Aegis (2.1) Aegis Databinding (2.0.x) JAXB MTOM Attachments with JAXB SDO XMLBeans But none of these work on Android. Has anyone tried writing a wsdl2java binding plugin that generates bindings compatible with Simple? Or is there some other solution for converting wsdl to Java objects compatible with Simple? I'm trying to generate Java objects for my Onvif camera. https://www.onvif.org/profiles/specifications/ https://github.com/fpompermaier/onvif If you clone and build this project (you don't need to edit anything) just run "mvn clean install" It will generate all of the Onvif objects. But the bindings aren't compatible with Simple. -- Jon Smirl jon...@gm... |