Elixir call Axis2 Java SOAP Web Service with detergentex and detergent

前端 未结 2 1960
时光取名叫无心
时光取名叫无心 2021-02-07 07:13

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

2条回答
  •  遥遥无期
    2021-02-07 07:59

    According to the implementation a prefix is added on the 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.

提交回复
热议问题