vote up 4 vote down star

Hello,

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

flag

1 Answer

vote up 3 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.