soap-openssl: TLS-enabled SOAP transport (using openssl bindings)

[ library, mit, web ] [ Propose Tags ]

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

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.0.1, 0.1.0.2
Change log changelog
Dependencies base (>=4.6 && <5), configurator, data-default, HsOpenSSL, http-client (>=0.2 && <0.3), http-client-openssl (>=0.2 && <0.3), soap (>=0.2.2 && <0.3), text [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-02-24T15:15:30Z
Distributions NixOS:0.1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2856 total (13 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]