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