elixir-soap / soap

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

Update Xsd.parse to accept request opts + add :skip_type_imports option #102

Closed deepankar-j closed 2 years ago

deepankar-j commented 2 years ago

This enables the caller to pass along SSL options for the HTTP client.

This change also includes error handling to catch XSD parsing errors.