java - Axis POJO clients -
i learning use apache axis library
in documentation shown how create web service pojo class.
but clients mentions axis2 databinding framework, xmlbeans, , jibx databinding
so, there way use pojo classes soap clients.
and better of 4 in terms of performance , usability.
this link may decide upon data binding need. axis2 data binding
my personal experience adb , xmlbeans that, out of these 2 adb pretty simple , straightforward, when wsdl complex need hell lot of manual coding. on other hand, xmlbeans looks complex classes generates easy use.
Comments
Post a Comment