Help for this page
# you should specify uri() my $soap = SOAP::Lite ... # as if you call $obj->method() and method() updates $obj # Update of modified object MAY not work if server on another side # is not SOAP::Lite
#! /usr/bin/perl -w use strict; ... print $soap->call( formal => $greeter )->result; __END__