# File webservices/soap/messaging.rb, line 42 def get_carriers_for_country(country) begin res = self.class.driver.getCarriersForCountry :countryName => country if res.carrierNames.respond_to? :string res.carrierNames.string else nil end rescue SOAP::FaultError false end end