# File webservices/soap/messaging.rb, line 33 def get_country_names begin res = self.class.driver.getCountryNames true #not sure if we need to pass it true... res.countryNames.string rescue SOAP::FaultError false end end