Subject: | Namespace conflict |
In POE::Component::Server::SOAP, it uses SOAP::Parser to parse incoming requests, but if I load SOAP::Lite, it's own SOAP::Parser trounces on the "real" SOAP::Parser...
I would suggest something like SOAP::Lite::Parser, and so on to avoid namespace conflicts.
Thanks!