$service = SOAP::Lite -> uri('http://whatever/DSAccountService.asmx/') -> proxy('http://whatever/DSAccountService.asmx'); $xml = "poo"; my $result = $service->AddAccount( xml => $xml} );