Does SOAP::WSDL support namespaces?
Well, sort of. SOAP::WSDL can use WSDL definitions containing namespaces, and emits SOAP messages with namespace information. Its SOAP message parser however, is not namespace sensitive but uses the pre-shared information from the WSDL for looking up what each XML node means. SOAP::WSDL can parse SOAP messages including namespace informations up to the point where equally named elements from different namespaces may appear at the same position. This is a long-standing feature request and will eventually be resolved.