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.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.