https://github.com/scrive/haskell-soap
https://github.com/scrive/haskell-soap
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/scrive/haskell-soap
- Owner: scrive
- Created: 2016-06-27T19:23:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-23T08:25:32.000Z (over 9 years ago)
- Last Synced: 2025-04-02T06:21:38.252Z (about 1 year ago)
- Language: Haskell
- Size: 149 KB
- Stars: 6
- Watchers: 37
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The `soap` package provides basic tools to make SOAP queries.
The specs are very complex and abstract, so it's only a thin layer
over `http-conduit` and `xml-conduit` to create a request,
send it and get a response.
http://hackage.haskell.org/package/soap