Re: How can I populate header values in SOAP document?

Thanks Jeremy! This worked pretty well. I still have to hardcode the
namespace abbreviation for the attributes, e.g.:

xml.puts(“ns1:<#{key}>#{value}</ns1:#{key}>”) #Bad, but OK for now

Thanks again,

Brian H.