@hackage soap-openssl0.1.0.2
TLS-enabled SOAP transport (using openssl bindings)
Categories
License
MIT
Maintainer
aenor.realm@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (8)
- HsOpenSSL >=0.11.1.1 && <0.12
- base >=4.8 && <5
- configurator >=0.3 && <1.0
- data-default >=0.5.3 && <1.0
- http-client >=0.2 && <1.0
- http-client-openssl >=0.2.0.2 && <0.4 Show all…
Dependents (1)
@hackage/acme-everything
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...