Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for jQuery SOAP Client


jQuery SOAP Client 1.4

Fixes various issues

New feature:
SOAPClient.SetHTTPHeader(name, value) - Sets an HTTP header that will be sent with SOAP request name (String) - HTTP header name (1 - 20 characters)
- value (Object) - HTTP header value

jQuery SOAP Client

This release contains various performance improvements and improved coding practices adopted from latest publications.

jQuery SOAP Client 1.3

- Improved version of previous release

jQuery SOAP Client 1.2

- Small Bug Fix that affected serialization of SOAPObject w/o attributes (tag was unclosed)

jQuery SOAP Client 1.1

- Small bug was discovered on one of the SOAP implementations, where server did not like "Accept" headerbut likes "Content-Type" instead. I guess Content-type is more standard, so i changed it.

- Another fix was added to make serializer more resistant to script environments where objects are extended using "prototype"

jQuey SOAP Client 1.0

This is a first iteration of SOAPClient library, so please use it with caution. If you come across some bugs or just suggestions, please forward them to me.