From Elixir, I am trying to call a SOAP Web Service with detergentex, which is a wrapper around the Erlang library detergent.
I can call the SOAP Web Service in the exam
According to the implementation a prefix is added on the init_model.
init_model
def init_model(wsdl_url, prefix \\ 'p') do Detergentex.Client.init_model(wsdl_url, prefix) end
I would suggest to add an empty prefix.