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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.8 && <5), configurator (>=0.3 && <1.0), data-default (>=0.5.3 && <1.0), HsOpenSSL (>=0.11.1.1 && <0.12), http-client (>=0.2 && <1.0), http-client-openssl (>=0.2.0.2 && <0.4), soap (>=0.2.2 && <0.3), text (>=1.2.2.1 && <2.1) [details]
License MIT
Author Alexander Bondarenko
Maintainer aenor.realm@gmail.com
Revised Revision 3 made by AlexanderBondarenko at 2022-03-19T16:11:21Z
Category Web
Home page https://bitbucket.org/dpwiz/haskell-soap
Uploaded by AlexanderBondarenko at 2015-03-25T09:29:58Z
Distributions NixOS:0.1.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2848 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-03-25 [all 1 reports]