{"id":13509071,"url":"https://github.com/r-icarus/detergentex","last_synced_at":"2025-05-08T01:11:09.527Z","repository":{"id":29412011,"uuid":"32947515","full_name":"r-icarus/detergentex","owner":"r-icarus","description":"Elixir binding to Detergent erlang library used to call WSDL/SOAP Services","archived":false,"fork":false,"pushed_at":"2018-06-06T21:15:57.000Z","size":16,"stargazers_count":65,"open_issues_count":6,"forks_count":22,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-11T23:37:51.713Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/r-icarus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-26T19:25:44.000Z","updated_at":"2024-11-04T15:29:16.000Z","dependencies_parsed_at":"2022-08-31T23:51:56.854Z","dependency_job_id":null,"html_url":"https://github.com/r-icarus/detergentex","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-icarus%2Fdetergentex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-icarus%2Fdetergentex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-icarus%2Fdetergentex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/r-icarus%2Fdetergentex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/r-icarus","download_url":"https://codeload.github.com/r-icarus/detergentex/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978768,"owners_count":21834916,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T02:01:02.602Z","updated_at":"2025-05-08T01:11:09.500Z","avatar_url":"https://github.com/r-icarus.png","language":"Elixir","funding_links":[],"categories":["REST and API"],"sub_categories":[],"readme":"Detergentex\n===========\n\nAn Elixir client for SOAP Services using the erlang detergent library.\n\n## Usage\n1) Add detergentex and its erlang dependencies to your deps:\n\n```elixir\n{:erlsom, github: \"willemdj/erlsom\"},\n{:detergentex, \"0.0.5\"}\n```\n\n2) Add `:detergentex` to the list of application dependencies in your `mix.exs`.\n\n```elixir\n  def application do\n    [applications: [:logger, :detergentex]]\n  end\n```\n\n3) Call web services using `Detergentex.call(wsdl, method, parameters)`:\n\n```elixir\nwsdl_url = \"http://www.webservicex.net/convertVolume.asmx?WSDL\"\naction = \"ChangeVolumeUnit\"\nparameters = [\"100\",\"dry\",\"centiliter\"]\n\nDetergentex.call(wsdl_url, action, parameters)\n\n# Cache the wsdl to do recurrent calls quickly\nwsdl = Detergentex.init_model(wsdl_url)\n\nDetergentex.call(wsdl, action, parameters)\nDetergentex.call(wsdl, action, parameters)\nDetergentex.call(wsdl, action, parameters)\n```\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-icarus%2Fdetergentex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fr-icarus%2Fdetergentex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fr-icarus%2Fdetergentex/lists"}