Help for this page

Select Code to Download


  1. or download this
    my $res = SOAP::Lite->autotype(0)->uri('http:...')->proxy('http:...')-
    +>function_call();
    
  2. or download this
    my $res = SOAP::Lite
        ->autotype(0)
        ->uri('http:....')
        ->proxy('http:...')
        ->function_call();
    
  3. or download this
    my $res = 
        SOAP::Lite->autotype(0)->uri('http:...')
        ->proxy('http:...')
        ->function_call();