Todd M. Lewis - 2010-09-17

A better fix is to add this line after the call to my($prefix, $name) = SOAP::Utils::splitqname($type);

$name = '' unless defined $name;

This causes no change in behaviour, but the messages go away.