I try to get the Amazon PAAPI C# Example to run but my ItemSearchResponse
is always null.
What i did:
accessKeyId
and secretKey
in app.config
. (VS2012 gives a warning by the way that behavior has a invalid child element signingBehavior?!)<xs:element minOccurs="0" maxOccurs="1" name="ImageSets">
in the AWSECommerceService.wsdlReverence.svcmap
itemSearch.AssociateTag = "myassociateTag-20";
what am i doing wrong? In Fiddler it seems that i am getting the right response to my request. At least i am getting search results in an xml.
the wsdl in the example seems to be not correct.
i replaced it with the one from
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl
via copy and paste and did step 2,3 and 4 again. Now it works