in reply to WS-Security and Perl

You can get more info on WS-Security here. Download the tarball for WSRF::Lite, unpack it, then read the README carefully. After installation, run man WSRF::Lite and look for the section WSRF::Header.

Replies are listed 'Best First'.
Re^2: WS-Security and Perl
by Hammy (Scribe) on Mar 07, 2008 at 01:07 UTC
    I tried what was suggested and I keep getting an error message when trying to unzip the file. I use:
    gunzip -c <tgz_file> | tar -xvf -
    and it tells me the file is not in gzip format. I tried a couple of the versions and always get the same error.
      That's because it's not gzipped. Just use tar -xvf.
        Thanks I did get it unzipped and it requires that I install a bunch of other pieces before using it. I tried to install all of the items and several of them will not build. I am pretty comfortable when using CPAN, but when I try to use make and it gets a whole bunch of errors I am not sure where to go from there. I can not make DateTime or Crypt-OpenSSL-X509-0.6. They both get a bunch of errors. Any suggestions?