/jquery.soap

jQuery plugin for communicating with a server using SOAP. This script is basically a wrapper for jqSOAPClient.beta.js from proton17. I only added some code: One function to send the soapRequest that takes a complex object as a parameter which is converted to soap by the json2soap function. Diccon Towns fixed it to properly deal with arrays! Thanx for that! And that deals with the response so you can set actions for success or error. After that I wrapped it all to hide stuff from the global namespace and it becomes a proper jQuery plugin. Thanx to proton17 and DT! Let's $.soap()!

Primary LanguageJavaScriptMIT LicenseMIT

Watchers