0

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.

1 Answers1

0

Perhaps you want to override the serializer as described here

Himanshu
  • 2,384
  • 2
  • 24
  • 42