Welcome to the "trac"-ing site of soap4r!
[soap4r] [httpclient] [openpgp4u] [pkcs1] [logger] [csv] [vtr]

Ticket #10 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

merge some part of driver.rb and wsdlDriver.rb

Reported by: nahi <nakahiro@gmail.com> Assigned to: nahi
Priority: normal Milestone: 1.5.4
Component: soap4r Version: 1.5
Keywords: Cc:

Change History

12/05/04 22:27:41 changed by nahi <nakahiro@gmail.com>

  • owner changed from nahi to anonymous.
  • status changed from new to assigned.
  • milestone changed from ruby-1.8.2 to 1.5.3.

12/05/04 22:57:23 changed by nahi <nakahiro@gmail.com>

  • owner changed from anonymous to nahi.
  • status changed from assigned to new.

02/02/05 18:40:38 changed by nahi

  • status changed from new to closed.
  • resolution set to fixed.

(In [1411]) merge WSDLDriver in wsdlDriver.rb and RPC::Driver in rpc/driver.rb. added new factory interface 'WSDLDriverFactory#create_rpc_driver' to create RPC::Driver, not WSDLDriver. 'WSDLDriverFactory#create_driver' still creates WSDLDriver for compatibility but it warns that the method is deprecated. please use create_rpc_driver instead of create_driver. fixes #10.