my $uri = $SOAP_SERVER . 'dbAccessor'; my $proxy = $SOAP_PROXY; my $soap = SOAP::Lite->new(); $soap->uri($uri); $soap->proxy($proxy);