Help for this page

Select Code to Download


  1. or download this
    use SOAP::Lite +trace => qw(method trace debug);
    
  2. or download this
    $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