Skip Menu |

This queue is for tickets about the SOAP-Lite CPAN distribution.

Report information
The Basics
Id: 6201
Status: rejected
Priority: 0/
Queue: SOAP-Lite

People
Owner: Nobody in particular
Requestors: apocalypse [...] 0ne.us
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



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!
This has been a long standing sourc of errors. However, development of the SOAP distribution has ceased, so there's little reason to change SOAP::Lite to avoid this namespace conflict. Martin