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