Is there any good erlang library for creating / accessing SOAP web services?
Maybe also handling plain XML is quite difficult.
Is Json a good alternative? Any lib for that?
My goal is interop with existing .Net web services.
Thanks
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.
Yaws (an Erlang Web Server) has a Soap module but Soap is not much used in the Erlang Community. Json is a better bet.
The Mochiweb kit that you can used to build your own servers (don’t panic its easier than it seems) has good Json support.