Provide access to the underlying SOAP driver.

git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5127 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
This commit is contained in:
Kent Sibilev
2006-09-16 07:26:43 +00:00
parent 35ffc1afbe
commit 0460f6e0ce
2 changed files with 4 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
*SVN*
* Provide access to the underlying SOAP driver. #6212 [bmilekic, Kent Sibilev]
* Deprecation: update docs. #5998 [jakob@mentalized.net, Kevin Clark]
* ActionWebService WSDL generation ignores HTTP_X_FORWARDED_HOST [Paul Butcher <paul@paulbutcher.com>]

View File

@@ -16,6 +16,8 @@ module ActionWebService # :nodoc:
# persons = soap_client.find_all
#
class Soap < Base
# provides access to the underlying soap driver
attr_reader :driver
# Creates a new web service client using the SOAP RPC protocol.
#