or download this
use SOAP::Lite +trace => 'all';
+
...
$soap->serializer()->namespaces({'http://schemas.xmlsoap.org/soap/enve
+lope/' => undef});
+
$soap->call(SOAP::Data->name('Import')->encodingStyle(undef)->attr({xm
+lns => $uri}), SOAP::Data->name(strPayload => $strPayload));