Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leejarvis/sponge
https://github.com/leejarvis/sponge
elixir erlang parser soap wsdl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/leejarvis/sponge
- Owner: leejarvis
- License: mit
- Created: 2017-04-21T22:08:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T09:13:35.000Z (over 7 years ago)
- Last Synced: 2024-09-23T22:12:58.945Z (about 2 months ago)
- Topics: elixir, erlang, parser, soap, wsdl
- Language: Elixir
- Size: 36.1 KB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sponge
======
[![Build Status](https://travis-ci.org/leejarvis/sponge.svg?branch=master)](https://travis-ci.org/leejarvis/sponge)Sponge is a library for dealing with building SOAP requests and parsing
responses.This is a work-in-progress. The WSDL parser is the current step of development.
## Goals
* No HTTP library. Sponge is not designed to actually make HTTP requests
* Loosely based on the [LolSoap Ruby library](https://github.com/loco2/lolsoap)
* No production dependencies outside standard library## License
See LICENSE