detergentex
detergentex copied to clipboard
Elixir binding to Detergent erlang library used to call WSDL/SOAP Services
I am trying connecting to Magento soap API but I always get that error. Please help me resolve it. I use this soap api `/api/v2_soap?wsdl=1` Thank you so much
Does anyone have an example about how to add header to request? I'm searching and trying for whole night without any positive result. Thank you so much
SOAP requests to https urls fails with `{:error, :enoent}` I traced it back to `src/detergent.erl` in deps, which doesn't have pattern matching for URLs starting with `https`. It falls back...
Hi Ricardo, Does detergentex support authenticated services? I need to contact a service using elixir that requires username/password. Thank you.
For this to actually work [this PR](https://github.com/devinus/detergent/pull/19) needs to be accepted by the Erlang lib.
I get the following error: ``` elixir iex(1)> Detergentex.call("http://webapi.allegro.pl/service.php?wsdl", "doQuerySysStatus", []) ** (throw) {:error, 'Struct doesn\'t match model: recordtype not expected: p:doQuerySysStatus'} (erlsom) src/erlsom_write.erl:357: :erlsom_write.findAlternative/4 (erlsom) src/erlsom_write.erl:258: :erlsom_write.processSubType/5 (erlsom) src/erlsom_write.erl:241:...