Help for this page

Select Code to Download


  1. or download this
    SOAP::Lite
            -> uri('http://something.com')
              -> proxy('https://somesite.com/CollaborationTool_WS.asmx', t
    +imeout =>5);
    
  2. or download this
    
    use SOAP::Lite on_action=> sub {sprintf '%s%s', @_},on_fault => \&faul
    +thandler;
    ...
      }
    
    }