Changeset 5127
- Timestamp:
- 09/16/06 07:26:43 (4 years ago)
- Files:
-
- trunk/actionwebservice/CHANGELOG (modified) (1 diff)
- trunk/actionwebservice/lib/action_web_service/client/soap_client.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/actionwebservice/CHANGELOG
r4898 r5127 1 1 *SVN* 2 3 * Provide access to the underlying SOAP driver. #6212 [bmilekic, Kent Sibilev] 2 4 3 5 * Deprecation: update docs. #5998 [jakob@mentalized.net, Kevin Clark] trunk/actionwebservice/lib/action_web_service/client/soap_client.rb
r4151 r5127 17 17 # 18 18 class Soap < Base 19 # provides access to the underlying soap driver 20 attr_reader :driver 19 21 20 22 # Creates a new web service client using the SOAP RPC protocol.