# File lib/soap/baseData.rb, line 67 def rootnode node = self while node = node.parent break if SOAPEnvelope === node end node end