smclab / ti-soap

SOAP client for Titanium SDK
GNU Lesser General Public License v2.1
11 stars 5 forks source link

ti-soap

Dependencies Dev Dependencies Available on NPM Available on gitTio

SOAP client for Titanium SDK

This is a titaniumified version of node-soap, built using grunt-titaniumifier.

Installation

With gitTio for Titanium SDK you can easily install it with

$ gittio install soap

To download the module for manual install (e.g. through Appcelerator Studio) then head over the releases page to download the latest packaged module.

If you are instead

then you can install this module with

$ npm install --save soap ti-soap

In your package.json add

{
  "name": "...",
  "version": "...",
  // ...
  "titanium": {
    "soap": "ti-soap"
  }
}

This will tell titaniumifier that when your code requires soap, ti-soap is served instead.

You can use this package.json from one of our modules as a reference.

Alloy Sync Adapter

@HazemKhaled created an Alloy Sync Adapter that uses this module. If you‘re using Alloy it’s a good idea to have a look there.

Credits

Kudos to @vpulim for building node-soap in the first place.

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 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 along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA