Soap4r: storing wiredump XMLs to a string

<?xml version="1.0" encoding="utf-8" ?>

<env:Envelope xmlns:env=“http://schemas.xmlsoap.org/soap/envelope/”>
env:Header

n1:ruby_info
1.8.1
<release_date>2003-11-8</release_date>
</n1:ruby_info>

</env:Header>
env:Body
<n2:some_request …/>

<!-- Added payload -->
<n3:added_elements ...>
</n3:added_elements>

</env:Body>
</env:Envelope>

I’m afraid I must say “not yet supported…”

Thats it!
But i also want the opportunity to change the Soap-Body, like above.
Hope that preview3 comes soon - and you can do your great job on soap4r.

Meanwhile i will look for another solution.

Thanks,

Roland