Subclass SOAP::Transport::HTTP::Apache and override dispatch_to. In your version, set up a local warn handler (local $SIG{__WARN__} = sub { ... }) which stores off any error text then call $self->SUPER::dispatch_to( ... ). After that returns, muck with the XML to add whatever your warn handler stored (if anything).
In reply to Re: Add custom return parms to SOAP::Transport::HTTP::Apache
by Fletch
in thread Add custom return parms to SOAP::Transport::HTTP::Apache
by habit_forming
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |