responseXML()
DISPATCH responseXML Get response body
# File ext/win32ole/sample/xml.rb, line 7023 def responseXML() ret = @dispatch._getproperty(9, [], []) @lastargs = WIN32OLE::ARGV ret end