0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 20 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... almost 8 years ago
Update readme More... almost 8 years ago
readme update -- unmaintained! More... almost 8 years ago
Remove trivial More... over 13 years ago
Readme test More... over 13 years ago
Ack, somehow komodo got set to allow tabs. Converting whitespace. More... over 13 years ago
More readme fixes. More... over 13 years ago
Fixes for number types in wsdl (was returning false for value due to being treated as string). README changes to reflect api and capabilities. More... over 13 years ago
Push to make the nested complex types lookups recursive. Already in need of some refactoring... haven't tested actually sending out requests with nested types yet, only the original simple type services I was hitting before. More... over 13 years ago
Added support for basic http auth, started to add support for nested complexTypes, and fixed a bug where we were using the name not the element name to resolve parameters for an operation. Sigh, second wsdl I looked at has nested complex types and a bunch of auto generated variable names (arg0, 1, 2)... I hate soap. More... over 13 years ago
Remove some unecessary logging. More... over 13 years ago
Add method .describe for exploring wsdl functions. Usage: client.describe( client.functionName ). Nice to use with repl. More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
README update for current status, and todos More... over 13 years ago
Add restler, since it handles http basic auth and ssl without hand waving. Parse xml response from the server into a json structure, return that on SoapRequest.on('end') More... over 13 years ago
Ah, finally have 200 success from the server, and displaying raw xml back. Now to parse the xml into json. Seperated classes into their own requisite files, with their own exports. Split out SoapRequest as its own class, so we can attach events to a single soap call. More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
GFM More... over 13 years ago
WIP More... over 13 years ago
Remove some crufty messages and commented out console.logs More... over 13 years ago