Hi,
usually SOAP::WSDL takes care of namespaces, so you don't have to worry about that. Namespace support by now is limited to having only one element of the same local name allowed in the same place (namespaces are not regarded here yet), but in most cases this does no harm.
Martin