There's no documentation for this item.
# File soap/generator.rb, line 258 def xmldecl if @charset %Q[<?xml version="1.0" encoding="#{ @charset }" ?>] else %Q[<?xml version="1.0" ?>] end end
<code/>
<pre/>
<code/>and<pre/>for code samples.