Packages

This library offers implementation of SOAP1.1 and SOAP1.2 client. It downloads WSDL ang generates proxy module.

Current section

Files

Jump to
soapex lib packetery_proxy.ex
Raw

lib/packetery_proxy.ex

defmodule PacketeryProxy do
@moduledoc false
use Soapex.Proxy,
wsdl_path: "http://www.zasilkovna.cz/api/soap.wsdl"
end