use SOAP::Lite; my $soap = SOAP::Lite->uri('http://myhost:8998/Hello')->proxy('http://myhost:8998/session'); $soap->echo('Hello', 'World');