method
    
    add_rpc_method_with_soapaction_as
 
  
      v1_8_7_330 - 
      Show latest stable
 - 
    0 notes - 
    Class: SOAP::RPC::Driver
    
  
  
- 1_8_6_287 (0)
- 1_8_7_72 (0)
- 1_8_7_330 (0)
- 1_9_1_378
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- 2_1_10
- 2_2_9
- 2_4_6
- 2_5_5
- 2_6_3
- What's this?
add_rpc_method_with_soapaction_as(name, name_as, soapaction, *params)
  public
  
    Hide source    
    
      
  
# File lib/soap/rpc/driver.rb, line 136 def add_rpc_method_with_soapaction_as(name, name_as, soapaction, *params) param_def = SOAPMethod.create_rpc_param_def(params) qname = XSD::QName.new(@namespace, name_as) @proxy.add_rpc_method(qname, soapaction, name, param_def) add_rpc_method_interface(name, param_def) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
 
   = protected
 = protected
  