soap-tls-0.1.1.4: TLS-enabled SOAP transport (using tls package)
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
- Network
- SOAP
- Transport
- SOAP