my $res = SOAP::Lite->autotype(0)->uri('http:...')->proxy('http:...')->function_call(); #### my $res = SOAP::Lite ->autotype(0) ->uri('http:....') ->proxy('http:...') ->function_call(); #### my $res = SOAP::Lite->autotype(0)->uri('http:...') ->proxy('http:...') ->function_call();