Files
rails/actionwebservice/lib
Leon Breedt eaadd18f3f Add API::Base.soap_client and API::Base.xmlrpc_client helper methods to construct
an internal client.

Example:

{{{
$ ./script/console
>> c = MyApi.soap_client 'http://app.com/ws/api'
>> c.method arg1, arg2
}}}


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1994 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-08-12 16:38:42 +00:00
..