简体   繁体   中英

How to write Java RESTful Based Axis2 Web Service

I was reading a lot of information on the Internet, I promise, but I didn't find any post or tutorial in which appears How to write Java RESTful Based Axis2 Web Service

I don't know if this task has sense, because I have only read about RESTful Web Services or Web Services based on Axis2. It could be I have mixing differents ideas about how to develop Web Services and so, I need help. What can I do? Where can I learn how to develop a RESTful Web Service based on Axis2?

You can't write a RESTful Web Service using Axis2. Axis2 is suited for SOAP web services.

For RESTful Web Services you have to use some other framework like Jersey

Edit: it seems you can indeed write a REST WS using Axis2 (yet Axis2 is mostly used for SOAP services).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM