aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/lib/action_web_service/client/soap_client.rb
Commit message (Expand)AuthorAgeFilesLines
* Ousted ActionWebService from Rails 2.0David Heinemeier Hansson2007-11-211-113/+0
* Provide access to the underlying SOAP driver.Kent Sibilev2006-09-161-0/+2
* Do not convert driver options to strings (closes #4499) [Kent]David Heinemeier Hansson2006-04-041-1/+1
* Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...David Heinemeier Hansson2006-03-031-2/+10
* fix WSDL generation, change the way protocols are instantiated, and add Leon Breedt2005-06-251-8/+7
* be explicit about the object to do #instance_eval in for delegated dispatching,Leon Breedt2005-04-051-2/+0
* * collapse 'ws' back into protocols, it just added complexity and indirection...Leon Breedt2005-04-021-11/+9
* generalize casting code to be used by both SOAP and XML-RPC (previously only ...Leon Breedt2005-03-281-26/+14
* allow the client to specify options to be passed through to the underlyingLeon Breedt2005-03-031-0/+17
* Make all custom types and method calls are declared in the 'urn:ActionWebServ...Leon Breedt2005-02-271-7/+9
* merged the changes for the upcoming 0.6.0:Leon Breedt2005-02-251-14/+27
* ensure clients can handle APIs with named parameter signatures,Leon Breedt2005-02-191-2/+3
* refactoring:Leon Breedt2005-02-191-0/+87