[erlang-questions] Best Erlang approach for sending and parsing XML via HTTP

Thomas Elsgaard thomas.elsgaard@REDACTED
Sat Nov 17 23:13:05 CET 2012


>
> Hi Thomas,
>
> if all you really need, is that one specific call, then rolling your own
> simple solution with httpc and xmerl is the quickest route. And xmerl_xs is
> very handy for retrieving the result value.
>
> Only when you get to the stage of dealing with multiple SOAP operations
> and more complicated XML structures does something more "integrated" become
> viable.
>
> Robby
>
> Thanks!! It was very easy to roll my own with httpc and xmerl, and it
works perfectly.

///Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121117/567d5dc9/attachment.htm>


More information about the erlang-questions mailing list