Generated Soap Client doesnt work in Elixir Distillery Release

151 Views Asked by At

I used the following library to generate a soap Client out of my wsdl-Files. https://github.com/bet365/soap

All works fine in my dev environment - i can successfully call the services.

The Problem: When I build my Elixir Release by Distillery it seems not to work at all. I get following back by the previous generated Client:

{:error, {:client, {:encoding_body, :error, :undef}}, ""}

I thought about a path problem regarding hrl-records (include folder) or generated client (src folder). All tries - no luck. Moreover my application is an Umbrella-Application (maybe there is a problem..?)

Any help appreciated!

0

There are 0 best solutions below