Perfect! This worked like a charm:
use SOAP::Lite; my $client = SOAP::Lite->new( proxy => $proxy ); $client->transport->add_handler ( "response_done", sub{ chop ( ${$_[0]->content_ref()} ); } ); my $result = $client->call( $method => @arguments );
In reply to Re^2: SOAP::Lite - preprocess response? ( $soap->transport->add_handler("response_done", \&content_modifier )
by thewebsi
in thread SOAP::Lite - preprocess response?
by thewebsi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |