UNPKG

ti-soap

Version:

A (superagent-based) simple SOAP client for Titanium SDK

44 lines (30 loc) 1.77 kB
ti-soap ======= [![Dependencies](https://david-dm.org/smclab/ti-soap/status.svg?style=flat-square)](https://david-dm.org/smclab/ti-soap#info=dependencies) [![Dev Dependencies](https://david-dm.org/smclab/ti-soap/dev-status.svg?style=flat-square)](https://david-dm.org/smclab/ti-soap#info=devDependencies) [![Available on NPM](https://img.shields.io/npm/v/ti-soap.svg?style=flat-square)](https://www.npmjs.org/package/ti-soap) SOAP client for Titanium SDK This is a [titaniumified][ti] version of [node-soap][ns]. This is built using [`grunt-titaniumifier`][gti]. [ti]: https://github.com/smclab/titaniumifier [gti]: https://github.com/smclab/grunt-titaniumifier Credits ------- Kudos to [@vpulim][vpulim] for building [node-soap][ns] in the first place. [vpulim]: https://github.com/vpulim [ns]: https://github.com/vpulim/node-soap Humbly made by the spry ladies and gents at SMC. License ------- This library, *ti-soap*, is free software ("Licensed Software"); you can redistribute it and/or modify it under the terms of the [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl-2.1.html) as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; including but not limited to, the implied warranty of MERCHANTABILITY, NONINFRINGEMENT, or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the [GNU Lesser General Public License](http://www.gnu.org/licenses/lgpl-2.1.html) along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA