# File webservices/soap/registration.rb, line 63 def self.unregister_handset(login,password,handsetId) res = self.driver.unregisterHandset :userLogin => login,:userPassword=>password,:handsetId=>handsetId res.out end