1

I want to create a simple web service to store client request in DB?? and what is Axis used for?

1 Answers1

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:

Compare and contrast REST and SOAP web services?

Community
  • 1
  • 1
Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136