Help for this page
$service = SOAP::Lite -> uri('http://whatever/DSAccountService.asmx/') -> proxy('http://whatever/DS +AccountService.asmx'); ... $xml = "<test>poo</test>"; my $result = $service->AddAccount( xml => $xml} );