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

[ library, mit, web ] [ Propose Tags ] [ Report a vulnerability ]

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] [Quick Jump]

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, 0.2.0.0
Change log changelog
Dependencies 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), data-default (>=0.5.3 && <1.0), http-client (>=0.2 && <1.0), http-client-tls (>=0.2.4 && <0.4), soap (>=0.2.2 && <0.3), text (>=1.2.2.1 && <3), tls (>=2.0.0 && <3.0) [details]
License MIT
Copyright (c) 2013-2025 IC Rainbow
Author IC Rainbow
Maintainer aenor.realm@gmail.com
Category Web
Home page https://gitlab.com/dpwiz/haskell-soap
Uploaded by AlexanderBondarenko at 2025-10-30T11:12:08Z
Distributions Debian:0.1.1.4
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 4500 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-10-30 [all 1 reports]