开发者

Writing Non soap web service

开发者 https://www.devze.com 2023-03-26 12:29 出处:网络
Please let me know how to write a non soap web service. On the web I could find many tutorials to develop SOAP and REST based web services. But nothing really helpful for non soap. I would like t开发者

Please let me know how to write a non soap web service. On the web I could find many tutorials to develop SOAP and REST based web services. But nothing really helpful for non soap. I would like t开发者_开发问答o add custom http handling.

I am looking forward to host it on tomcat on a Windows machine. But any feasible options are welcome.


REST services are by far simpler to get a start on. You did not specify whether you are interested in a particular language but you tagged your question with the [tomcat] tag, so I can suggest Java. REST is a part of Java specifications now and a good way to start is the Oracle Java EE tutorial on REST.

0

精彩评论

暂无评论...
验证码 换一张
取 消