I just wondered if there are any libraries in Java or any other language implementing SOAP over protocol that is not HTTP? I’ve heard that some project had implemented SOAP over SMTP. Are there any other experiences?
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.
One of the main features of SOAP 1.2 was the removal of the dependency on HTTP, allowing other transports to be used.
As for java implementations, Spring WebServices supports SOAP 1.2 over HTTP, JMS and SMTP. See section 5.3 of the docs.