I need to use Ibatis as a DAO frame work with Apache AXIS2, i am newbie to AXIS2 please help me to configure the same.
You can use any ORM framework, including iBatis, in combination with Axis2. Axis2 and iBatis wont interfere, so there shouldn't be any problems with combining them.
Start by writing elementary ORM project that uses iBatis, and elementary web service project using Axis2 (you have useful examples in the distro), and than try to integrate the two.
Regards, Ognjen
