Client server protocol with XML messages

ⅰ亾dé卋堺 提交于 2020-01-05 06:32:10

问题


I have to implement client server protocol over socket in java, and sending the data as XML messages, so i implement one by my self, but i want to know is there any standard API, or standard way to do this in java.


回答1:


Yes, SOAP is the standard. Example Java implementations are Apache CXF, JAX-WS and Spring-WS.

For something a bit simpler, you might want to look at Burlap, but that's very much not a standard, or XMPP.



来源:https://stackoverflow.com/questions/3182464/client-server-protocol-with-xml-messages

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!