I'm using perl, SOAP::Lite. Does anyone know how to change the tag attributes of soap:body? What I really need is the way to add an ID attribute to the soap:Body tag in SOAP::Lite perl.
Solution
Perhaps you want to override the serializer as described here