Link to home
Start Free TrialLog in
Avatar of gksuresh_ee
gksuresh_ee

asked on

wsdl2java in axis2

When generating code from wsdl in axis 2, I see all generated request and response types
implementing org.apache.axis2.databinding.ADBBean.
why is it required? can I remove this implementation and proceed?
When doing the same in weblogic, we see only POJO's as request and response types
where as here I see lot of other code being generated due to the interface implementation.
ASKER CERTIFIED SOLUTION
Avatar of Siva Prasanna Kumar
Siva Prasanna Kumar
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial