doedje / jquery.soap

This script uses $.ajax to send a SOAP:Envelope. It can take XML DOM, XML string or JSON as input and the response can be returned as either XML DOM, XML string or JSON too.
352 stars 148 forks source link

fix for nodejs #101

Closed doedje closed 8 years ago

doedje commented 8 years ago

jquery soap changes to support node.js and expose soap function to module.exports

doedje commented 8 years ago

I pulled the request into my local dev-branche and will review the code. The new 1.6.9 version will be available soon! THNX