Help for this page

Select Code to Download


  1. or download this
    print SOAP::Lite
        -> uri('http://www.anything.com/Demo')
        -> proxy('http://dev.domain.com/cgi-bin/soapserver.cgi')
        -> call('hi')
        -> result;