Hello:In the userguide :
http://ws.apache.org/axis2/1_4_1/userguide-creatingclients.html#createclients

read the following line:
Axis2 gives you several options when it comes to mapping WSDL to objects
when generating clients. Three of these options are Axis2 DataBinding
Framework, XMLBeans, and JiBX databinding. All of these methods involve
using databinding to create Java objects out of the XML structures used by
the service, and each has its pros and cons. You can also generate XML
in-out stubs that are not based on databinding.


Question: Would like to know how to generate the XML in-out stubs.

Thanks,
cbear

Reply via email to