<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Helvetica, Arial, sans-serif">Hi Priit,<br>
<br>
    I ran into what sounds like a similar problem with a wsdl from
Commission Junction recently.  The problem was suds being very strict
about the wsdl definition, and there technically being a bug in their
wsdl.  I'm no expert, but try altering the amazon wsdl by adding this:<br>
<br>
<xs:import namespace="</font><font
 face="Helvetica, Arial, sans-serif"><a class="moz-txt-link-freetext" href="http://webservices.amazon.com/AWSECommerceService/2008-08-19">http://webservices.amazon.com/AWSECommerceService/2008-08-19</a></font><font
 face="Helvetica, Arial, sans-serif">"/><br>
<br>
to line 5, which is currently blank.<br>
<br>
    Russ<br>
</font>
</body>
</html>