@hackage soap-tls0.1.1.4
TLS-enabled SOAP transport (using tls package)
Categories
License
MIT
Maintainer
aenor.realm@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (12)
- base >=4.8 && <5
- text >=1.2.2.1 && <2.1
- configurator >=0.3 && <1.0
- connection >=0.2.5 && <0.4
- data-default >=0.5.3 && <1.0
- http-client >=0.2 && <1.0 Show all…
Dependents (1)
@hackage/acme-everything
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...