Making SOAP requests to third part web service

Q1: Phoenix is a web server, not an HTTP request client, but there is no reason not to be able to integrate that.
Q2: I can’t answer that because I don’t use SOAP, but a simple Google search for: “soap elixir” should give you a decent start. You can always build it yourself if you need it to be custom. In the end, it is just an HTTP request.
Q3: HTTP client libraries and wrappers
Q4: Are you parsing a JSON or XML?

1 Like