soap-tls: TLS-enabled SOAP transport (using tls package)

[ library, mit, web ] [ Propose Tags ]

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...

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.1.4
Change log changelog
Dependencies base (>=4.6 && <5), configurator, connection (>=0.2 && <0.3), data-default, http-client (>=0.2 && <0.4), http-client-tls (>=0.2 && <0.3), soap (>=0.2.2 && <0.3), text, tls (>=1.2 && <2), x509, x509-store, x509-validation [details]
License MIT
Author Alexander Bondarenko
Maintainer aenor.realm@gmail.com
Category Web
Home page https://bitbucket.org/dpwiz/haskell-soap
Uploaded by AlexanderBondarenko at 2014-05-03T21:11:32Z
Distributions Debian:0.1.1.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4300 total (16 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]