in reply to Script runs twice

Try adding  use SOAP::Lite  +trace => 'debug'; for some diagnostics, or $soap->transport->add_handler("request_send", \&pp_dump );

Replies are listed 'Best First'.
Re^2: Script runs twice
by NatalieQ (Initiate) on Aug 21, 2012 at 23:07 UTC
    Thanks for the suggestion, will continue testing.