elixir-soap / soap

SOAP client for Elixir programming language
MIT License
135 stars 75 forks source link

adds ability to pass arbitrary url in opts for testing #104

Closed rubysolo closed 2 years ago

rubysolo commented 2 years ago

In order to support testing SOAP calls against a mock server, it's helpful to be able to override the defined endpoint. This PR adds the ability to pass in an endpoint as an option.

Nitrino commented 2 years ago

Thanks 🔥