Help for this page

Select Code to Download


  1. or download this
        foreach $rHash (@userData)
        {
    ...
        }# end foreach
    
        my $release_response = release($proxy, $xmlns, @soapArray);
    
  2. or download this
        my ($proxy1, $xmlns1, @array1) = @_;
            # IIS web services expect / as a separator for uri and method.
    ...
           ->attr({ 'xmlns', $xmlns1}), @array1 );
    
        return $response;