![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^2: Authentication and Authorization for SOAPby rob_au (Abbot) |
on Jul 14, 2006 at 17:32 UTC ( #561277=note: print w/replies, xml ) | Need Help?? |
Other options also include HTTP authentication (where HTTP serves as the transport for SOAP - See the SOAP::Lite cookbook at http://cookbook.soaplite.com/ for examples) and ticket-based authentication (see http://guide.soaplite.com/ or http://www.perl.com/pub/a/2001/04/24/soap.html). I have used this latter method previously in SOAP services that I have written.
perl -le "print unpack'N', pack'B32', '00000000000000000000001000000000'"
In Section
Seekers of Perl Wisdom
|
|