http://www.perlmonks.org?node_id=571597


in reply to Perl SOAP and SSL, HHTP Basic Auth

I'm not sure, but this is what i think you mean:
use SOAP::Lite +trace => [qw(debug)]; SOAP::Lite->new( uri => 'http://www.blah.nl/blah', # the namespace proxy => 'https://www.blah.nl/servive/to/call', on_action => sub {sprintf 'http://www.blah.nl/action'}) #soapacti +on header
"We all agree on the necessity of compromise. We just can't agree on when it's necessary to compromise." - Larry Wall.