Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
      my ($self,$msg) = @_;
      return "msg : $msg\n"; 
    }
    
  2. or download this
    #!perl
    use SOAP::Lite;
    ...
    -> proxy('http://localhost/read_xml.cgi')
    -> test('hello server')
    -> result;