# File webservices/soap/drivers.rb, line 56
      def method_missing(method_id, *args)
        driver.send method_id, args if driver.respond_to?(method_id)
      end