Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxbunny/ribcage-soap
Adds SOAP support to Ribcage
https://github.com/foxbunny/ribcage-soap
Last synced: 28 days ago
JSON representation
Adds SOAP support to Ribcage
- Host: GitHub
- URL: https://github.com/foxbunny/ribcage-soap
- Owner: foxbunny
- License: mit
- Created: 2013-08-29T20:03:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-20T11:24:02.000Z (over 11 years ago)
- Last Synced: 2023-03-10T22:13:41.334Z (almost 2 years ago)
- Language: CoffeeScript
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.mkd
- License: LICENSE
Awesome Lists containing this project
README
# Ribcage-SOAP
This library provides [Ribcage](https://github.com/foxbunny/ribcage)-compatible
model and collection for consuming SOAP services.The SOAP functionality used to be part of Ribcage until v0.2, and has since
been removed. It is now maintained separately.## Requirements
Ribcage-SOAP depends on Ribcage,
[jQuery Soap](http://plugins.jquery.com/soap/), and
[jquery.xml2json](http://code.google.com/p/jquery-xml2json-plugin/).## Installing
Ribcage-SOAP modules are in UMD format. This means you can use them either with
an AMD module loader such as [RequireJS](http://requirejs.org/), or with the
classic `` tag.When loading modules using the `<script>` tag, please make sure `main.js` is
loaded before other modules. Also, when adding the modules using `<script>`
tags, the UMD wrapper will do a basic dependency check and you may receive
exceptions if the dependencies are not available.## Installing using volo
If you are using [volo](http://volojs.org/), use the add command:
volo add foxbunny/ribcage-soap
It will be installed into `lib/ribcage-soap`. An alias for
`lib/ribcage-soap/main.js` will be created at `lib/ribcage-soap.js`.The CoffeeScript sources are located in `src` directory, and are _not_
installed by volo. If you want to use them instead of JavaScript code, you can
manually copy them into your project.For jquery.soap and jquery.xml2json, you will be asked by volo to specify the
dependency list and exports. The defaults (depend on jQuery and no exports)
should work fine for Ribcage-SOAP.## Documentation
Please see [Ribcage-SOAP wiki](https://github.com/foxbunny/ribcage-soap/wiki)
for basic usage.## Reporting bugs
Please report all issues to [Ribcage-SOAP GitHub issue
tracker](https://github.com/foxbunny/ribcage-soap/issues)