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

Changeset 1589

Show
Ignore:
Timestamp:
07/23/05 16:23:52 (3 years ago)
Author:
nahi
Message:

follow changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/test/interopR2/client.rb

    r1520 r1589  
    114114    def do_method_def(drv, defs, soap_action = nil) 
    115115      defs.each do |name, *params| 
    116         if soap_action 
    117           drv.add_method_with_soapaction(name, soap_action + name, params) 
    118         else 
    119           drv.add_method(name, params) 
    120         end 
     116        drv.add_rpc_operation( 
     117          XSD::QName.new(InterfaceNS, name), soap_action, name, params) 
    121118      end 
    122119    end