Help for this page

Select Code to Download


  1. or download this
    <soap:Body>
       <DirList xmlns="Test_Module" xsi:nil="true" />
    </soap:Body>
    
  2. or download this
    <soap:Body>
       <tra:DirList />
    </soap:Body>
    
  3. or download this
    <soap:Body>
       <tra:DirList>
          <param1>value1</param1>
          <param2>value2</param2>
       </tra:DirList>
    </soap:Body>
    
  4. or download this
    #!/usr/bin/perl -w
    
    use strict;
    ...
    my $result = $rba->DirList($gridName, $securityHeader)->result();
    
    print "\n\n\n$result\n";