From 0460f6e0ceb037614822d8cf9163fb49f7236f9c Mon Sep 17 00:00:00 2001 From: Kent Sibilev Date: Sat, 16 Sep 2006 07:26:43 +0000 Subject: Provide access to the underlying SOAP driver. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5127 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionwebservice/CHANGELOG | 2 ++ actionwebservice/lib/action_web_service/client/soap_client.rb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG index 7077e807cb..d49fc60b16 100644 --- a/actionwebservice/CHANGELOG +++ b/actionwebservice/CHANGELOG @@ -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 ] diff --git a/actionwebservice/lib/action_web_service/client/soap_client.rb b/actionwebservice/lib/action_web_service/client/soap_client.rb index 047543f95e..ebabd8ea82 100644 --- a/actionwebservice/lib/action_web_service/client/soap_client.rb +++ b/actionwebservice/lib/action_web_service/client/soap_client.rb @@ -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. # -- cgit v1.2.3