# File lib/soap/rpc/element.rb, line 142 def get_paramtypes(names) types = [] @signature.each do |io_type, name, type_qname| if type_qname && idx = names.index(name) types[idx] = type_qname end end types end