Savon: how to change the title from <env: Header> to <soap: Header> or something else
Savon has a way to change
<env:Header>
to be
<soap:Header>
or something different?
I tried to add an additional header tag in the request block, for example:
soap.header['soap:Header']
But that will not work.
I looked at Savon Docs and did not find anywhere to modify this tag, only manually creating XML.
+5