MIT licensed by Alexander Bondarenko
Maintained by [email protected]
This version can be pinned in stack with:soap-tls-0.1.1.4@sha256:49d7fd56c2c77abaf58e6d865bf658c166d9e13002c3bbf56283ab4704f2b285,1567

Module documentation for 0.1.1.4

TLS-enabled SOAP transport (using tls package)

main = do
    -- Initial one-time preparations.
    settings <- makeSettings (Just "client.crt") (Just "client.key") validateDefault
    transport <- initTransportWith settings "http://example.com/soap/endpoint" id (iconv "cp-1251")

    -- the rest is the same as before...