Help for this page
use SOAP::Lite +trace => qw(method trace debug);
$soap = new SOAP::Lite ->ns($your_ns) ... ->on_action(sub{sprintf 'http://www.perlmonks.org/PMQueue#%s', $_[ +1] }) ; # the on_action will instruct SOAP::Lite to build the SOAPAction heade +r the way you want to