Help for this page

Select Code to Download


  1. or download this
    $soap = SOAP::Lite
                -> uri($config{'uri'}) 
                -> on_action(sub {sprintf '"%s%s"', @_})
                -> proxy("http://$proxy_to_use/LoadIntraday/LoadIntraDayDa
    +ta.asmx")
                -> on_fault( sub {} );
    
  2. or download this
    
     eval {
    ...
           }
    }