On Fri, 07 Nov 2003 17:38, Rocco Caputo wrote; > 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.
Apparently a lot of SOAP-based commerce is using ebXML instead of SSL; see: http://webservices.xml.com/pub/a/ws/2003/03/18/ebxml.html?page=1 > 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. Nah, just make it only compile that component if Net::SSLeay is installed... -- Sam Vilain, [EMAIL PROTECTED] Real Programmers have no use for managers. Managers are a necessary evil. They exist only to deal with personnel bozos, bean counters, senior planners, and other mental defectives.
