@hackage soap-tls0.2.0.0
TLS-enabled SOAP transport (using tls package)
Installation
Dependencies (12)
- base >=4.8 && <5
- configurator >=0.3 && <1.0
- crypton-connection >=0.3.0 && <0.5
- crypton-x509 >=1.6.3 && <2.0
- crypton-x509-store >=1.6.1 && <2.0
- crypton-x509-validation >=1.6.3 && <2.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...