http://qs321.pair.com?node_id=562334


in reply to Re^2: SOAP::Lite vs LWP::UserAgent for SOAP transactions
in thread SOAP::Lite vs LWP::UserAgent for SOAP transactions

You can get the HTTP::Request object that will be used with:

$soap->transport->http_request()
and you can manipulate that appropriately.

However if you simply need to construct a SOAPAction header then that is possible through SOAP::Lite's on_action method.

/J\