MIT licensed by Alexander Bondarenko
Maintained by [email protected]
This version can be pinned in stack with:soap-openssl-0.1.0.2@sha256:7613d2c5b2ffe6bb2da17ca95aac7c710df6b2175667fb2facbe0c7f4a47147e,1466

Module documentation for 0.1.0.2

TLS-enabled SOAP transport (using openssl bindings)

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

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