index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionwebservice
/
lib
/
action_web_service
/
protocol
/
xmlrpc_protocol.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure that DispatcherError is being thrown correctly when a malformed reques...
Kent Sibilev
2006-12-11
1
-0
/
+2
*
Added support for decimal types. Closes #6676.
Kent Sibilev
2006-12-03
1
-0
/
+10
*
Fixed XMLRPC multicall when one of the called methods returns a struct object.
Kent Sibilev
2006-08-23
1
-0
/
+13
*
Fix a ton of issues with AWS (yes, Kent saved it from being unbundled in 1.1)...
David Heinemeier Hansson
2006-03-03
1
-2
/
+2
*
Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to const...
Leon Breedt
2005-08-12
1
-0
/
+9
*
Tuned documentation for release (AWS)
David Heinemeier Hansson
2005-07-06
1
-2
/
+4
*
fix WSDL generation, change the way protocols are instantiated, and add
Leon Breedt
2005-06-25
1
-0
/
+4
*
add base64 signature type (thanks, Shugo Maeda!)
Leon Breedt
2005-05-07
1
-0
/
+2
*
default to using UTF-8 as response encoding for SOAP if none is
Leon Breedt
2005-04-28
1
-1
/
+1
*
make XMLRPC::FaultException have a #message, otherwise the thrown exception
Leon Breedt
2005-04-05
1
-0
/
+4
*
filter out embedded nil values for XML-RPC
Leon Breedt
2005-04-02
1
-2
/
+9
*
* collapse 'ws' back into protocols, it just added complexity and indirection...
Leon Breedt
2005-04-02
1
-7
/
+48
*
first pass of web service scaffolding. add ability to quickly generate an
Leon Breedt
2005-03-29
1
-1
/
+1
*
don't hide exceptions when we fail to parse XML-RPC messages.
Leon Breedt
2005-03-28
1
-2
/
+0
*
generalize casting code to be used by both SOAP and XML-RPC (previously only ...
Leon Breedt
2005-03-28
1
-19
/
+1
*
Make all custom types and method calls are declared in the 'urn:ActionWebServ...
Leon Breedt
2005-02-27
1
-5
/
+5
*
merged the changes for the upcoming 0.6.0:
Leon Breedt
2005-02-25
1
-152
/
+32
*
refactoring:
Leon Breedt
2005-02-19
1
-0
/
+168