1.0.4 • Published 8 years ago

soap-as-promised-fork v1.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

soap-as-promised

Convert all node-soap methods to promises. Inspired by soap-q, but it doesn't add the Q suffix to methods, the client has the same interface as exposed by the original soap module.

Installation

npm install soap-as-promised

Usage

soap = require 'soap-as-promised'

soap.createClient 'http://example.org/wsdl'
    .then (client) -> client.myAwesomeSoapMethod param: true
    .then (result) -> console.log "The result was: #{result}"
    .catch (error) -> console.error "There was an error! #{error}"
1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago