Axis2 supports the creation of web services using AXIOM, JAXB, ADB, and XMLBeans. I am new to this area of web service development and want to create a web service using Axis2. The web service will be very simple, but I expect it to change quite often. I felt that AXIOM is good, as it allows you to specify your service requirements in the service.xml file and then creates it for you. So I thought it would make my life easier, because in the future for any changes in my web service I only need to change the service.xml file and some code using the .java classes for web services. But other methods also have their advantages. Given my requirements, can you tell me which method I should adopt when creating a web service? Note. I would like to expand support for both REST and SOAP web services.
java web-services jaxb axis2 axiom
chitresh
source share