Help for this page

Select Code to Download


  1. or download this
    print SOAP::Lite
        ->uri('http://localhost/Demo')
        ->proxy('http://localhost/cgi-bin/soap/hibye.cgi')
        ->hi()
        ->result;
    
  2. or download this
    print SOAP::Lite
        ->uri('http://localhost/cgi-bin/soap/Demo')
        ->proxy('http://localhost/cgi-bin/soap/hibye.cgi')
        ->hi()
        ->result;