I want to create a simple web service to store client request in DB?? and what is Axis used for?
Asked
Active
Viewed 387 times
1 Answers
0
Axis is an apache framwework to create SOAP based web services. If you need to create SOAP based web services, axis is one of the good choices. But if you want to write RESTful web services then you can go for frameworks such as jersey, resteasy, restlets etc.
But first understand what kind of web service you need to create i.e SOAP/REST. Here is another SO post to help you find the difference between them:

Community
- 1
- 1

Juned Ahsan
- 67,789
- 12
- 98
- 136