jQuery Axis Client
A JavaScript client for Apache Axis using jQuery.
I couldn't find a detailed, flexible, and more importantly specific client for the Apache SOAP implementation for JavaScript... so I wrote one myself. It's my first attempt at writing such a large amount of JavaScript in one batch.
Presumably this client could be used for other SOAP implementations, and there may be some very complex functionality missing - but for the uses I have encountered at home and work it has been more than adequate for some detailed Java return types (such as Maps and Lists).
I hope by posting this on the jQuery site that someone can find it as useful as I have. I will be making adjustments in the near future to make it a very 'clean' plugin (rather than such an obvious proof-of-concept), but for the moment - it functions as intended :)