Help for this page

Select Code to Download


  1. or download this
    my @params = (
        SOAP::Data->new(
            prefix => '',
    ...
            )
        );
    my $result = $rba->DirList(@params, $gridName, $securityHeader)->resul
    +t();
    
  2. or download this
      <soap:Body>
        <DirList xmlns="Test_Module">
          <param1>value1</param1>
          <param2>value2</param2>
        </DirList>
      </soap:Body>