_______________________________________________
erlang-questions mailing list
erlang-q...@erlang.org
http://erlang.org/mailman/listinfo/erlang-questions
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
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