On Fri, Nov 07, 2003 at 02:33:44PM +0100, Kaare Rasmussen wrote: > Hi > > > I harbor illusions that it's a functional, useful module, albeit rather > > limited in scope (namely, it's tied to the HTTP transport). > > For normal use, what is wrong with that ? > > One reason I'd like to sue SOAP is to learn about it. To my very limited > knowledge about SOAP it seems that SSL can't be used if installing SOAP::Lite > as a daemon. > > Can Poe transport SOAP over https - or are you 100% serious about the limit of > http only ?
Currently POE's SOAP transport is limited to http. Mostly because it uses POE::Component::Server::HTTP underneath, and that module doesn't support SSL yet. Which is not entirely its fault. I've been waffling over the right way to incorporate SSL into POE itself. My current favorite is a Wheel::ReadWrite method to enable SSL. Drawbacks include Yet Another Dependency for POE's installer. -- Rocco Caputo - [EMAIL PROTECTED] - http://poe.perl.org/
