in reply to Re^5: Soap::lite - https ?
in thread Soap::lite - https ?
use SOAP::Lite +trace; use SOAP::Transport::HTTP; use IO::Socket::SSL; $daemon = SOAP::Transport::HTTP::Daemon -> new (LocalPort => 8001, listen => 5, SSL_server => 1) -> dispatch_to(qw(auth)); print "Contact to SOAP server at ", $daemon->url, "\n"; $daemon->handle;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Soap::lite - https ?
by erroneousBollock (Curate) on Aug 16, 2007 at 05:39 UTC | |
by ethrbunny (Monk) on Aug 16, 2007 at 15:53 UTC | |
by erroneousBollock (Curate) on Aug 16, 2007 at 17:17 UTC | |
by ethrbunny (Monk) on Aug 22, 2007 at 22:02 UTC | |
by perlchild (Acolyte) on Aug 12, 2008 at 23:38 UTC |