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 pl_dpd.ex
Raw

lib/pl_dpd.ex

defmodule PlDpd do
@moduledoc false
use Soapex.Proxy,
wsdl_path: "https://dpdservicesdemo.dpd.com.pl/DPDPackageObjServicesService/DPDPackageObjServices?wsdl"
end