Help for this page

Select Code to Download


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