# File lib/soap/mapping/mapping.rb, line 292 def self.to_qname(obj, ns = nil) if obj.is_a?(XSD::QName) obj else XSD::QName.new(ns, obj) end end