136
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 15, 2024 — Sep 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding another service to the stock samples More... over 24 years ago
Added a ServiceHandler so that we have some place to stick service specific options. More... over 24 years ago
Added a ServiceHandler so that we have some place to stick service specific options. More... over 24 years ago
Add support for mutliple children elements of the SOAPBody element. This is a really cool feature, with this we'll be able to do multiple RPC calls within one SOAPBody. Run samples.stock.GetQuote IBM CSCO to see. Yes - it's possible to implement this by assuming that the service will accept multiple symbols in the arg, but let's assume that it doesn't - it only takes one symbol - using multiple body elements we can save ourselves the overhead of multiple network calls. More... over 24 years ago
Add support for mutliple children elements of the SOAPBody element. This is a really cool feature, with this we'll be able to do multiple RPC calls within one SOAPBody. Run samples.stock.GetQuote IBM CSCO to see. Yes - it's possible to implement this by assuming that the service will accept multiple symbols in the arg, but let's assume that it doesn't - it only takes one symbol - using multiple body elements we can save ourselves the overhead of multiple network calls. More... over 24 years ago
Fix more licenses More... over 24 years ago
Fix more licenses More... over 24 years ago
Basic prototype of Message API Reader/Writer architecture. More... over 24 years ago
Basic prototype of Message API Reader/Writer architecture. More... over 24 years ago
Change product name in license in prologue More... over 24 years ago
Change product name in license in prologue More... over 24 years ago
Remove unnecessary references to Xerces. First step towards making Axis parser independent. More... over 24 years ago
Remove unnecessary references to Xerces. First step towards making Axis parser independent. More... over 24 years ago
Add caching to the HTTP T/L More... over 24 years ago
Add caching to the HTTP T/L More... over 24 years ago
Always forget to put the person to blame More... over 24 years ago
Always forget to put the person to blame More... over 24 years ago
A couple of example Suppliers. Very basic, not yet used. More... over 24 years ago
A couple of example Suppliers. Very basic, not yet used. More... over 24 years ago
Supplier interface, just so folks can see it. Not used yet. More... over 24 years ago
Supplier interface, just so folks can see it. Not used yet. More... over 24 years ago
moved stockquote to stock - removes name conflict with soap samples RPCDispatch will now return a soap envelope and not just the result as a string. More... over 24 years ago
moved stockquote to stock - removes name conflict with soap samples RPCDispatch will now return a soap envelope and not just the result as a string. More... over 24 years ago
Added a docs dir More... over 24 years ago
Added a docs dir More... over 24 years ago
Replaced the use of SOAPAction in the bag with a constant Fixed misleading info in samples/xml/deploy.xml Use samples/stockquote/deploy.xml to deploy stockquote demo More... over 24 years ago
Replaced the use of SOAPAction in the bag with a constant Fixed misleading info in samples/xml/deploy.xml Use samples/stockquote/deploy.xml to deploy stockquote demo More... over 24 years ago
Added a stockquote sample. Made RPCDispatchHandler more generic - but still only works for strings. (return type can be anything that looks nice when toString is call) Updated README More... over 24 years ago
Added a stockquote sample. Made RPCDispatchHandler more generic - but still only works for strings. (return type can be anything that looks nice when toString is call) Updated README More... over 24 years ago
Added a README containing instructions on how to use the current code. More... over 24 years ago