Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'resultCount' => '152',
    ...
                     'contextType' => 'Export_Device',
                     'internalResultCount' => '0'
                   }, 'WSContext' );
    
  2. or download this
    ## MAKE THE CALL, PRINT THE RESULTS
    my $client = SOAP::Lite ->service($WSDL);
    my $result = $client->initExportDevice($filter);