In Savon, is there a way to change

<env:Header>

to be

<soap:Header>

or anything different?

I've tried in the request block putting an additional header tag like this:

soap.header['soap:Header']

But that won't work.

I've browsed Savon Docs and haven't found anywhere to change that tag, only by manually building the XML.

link|improve this question

feedback

1 Answer

up vote 8 down vote accepted

it should be possible to set the namespace for the header with

Savon.env_namespace = :soap
link|improve this answer
Awesome, thanks! – LuisVM Jul 1 '11 at 16:31
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.