# File lib/soap/baseData.rb, line 144 def method_missing(msg_id, *params) if @obj @obj.send(msg_id, *params) else nil end end