I am using SOAP::Transport::HTTP::Apache in the suggested way... a.k.a SOAP::Transport::HTTP::Apache->dispatch_to($modules_path,@modules)->handler(@_); And that works great! But I want to add a way for the modules to call warn and that warning be encoded in the returning XML.
Is there a way to intercept the returning XML and add arbitary (properly formatted) values to it?