I want to change the keep_alive setting on the underlying LWP object. How should I go about this? I currently create/use my services like so: my $svc = XML::Compile::WSDL11->new($file, prefixes => \%prefixes); $svc->compileCalls(); my $res = $svc->call(...) Thanks, -- Matthew Horsfall (alh)