On Fri, 2002-04-12 at 15:12, Fletch wrote: > > I'd started playing with a POE::Component::SOAP. I don't > remember how far I'd gotten with it, but a tarball is available. > > > http://phydeaux.org/perl/POE-Component-SOAP-0.01.tar.gz
Thank you very much. POE::Component::SOAP::TCP::Server looks analogous to SOAP::Transport::TCP::Server. I am wondering whether we can leverage the existing SOAP::Transport::* modules and adapt them to POE. For example, upon closer inspection, I noticed that SOAP::Transport::HTTP::Daemon actually subclasses SOAP::Tranport::HTTP::Server. SOAP::Tranport::HTTP::Server::handle simply expects one request and returns a HTTP::Response object. Based on my limited understanding, adapting this into POE seems to be straight forward. Am I missing anything here? I also noticed your POE::Wheel::SSLSocketFactory, which is of much interest as well. Thanks again. Pete
