Hello everyone, question. I am using the tutorial for the Amazon product advertising API ( here ) for Java. I created the client code through the WSDL that they provide. When you look at ItemLookup code, I get to the section where I refer to AWSECommerceServicePortType.itemLookup (), passing the ItemLookup object, I get a compilation error. It seems that .itemLookup () is actually looking for quite a few parameters - in other words, the method signature does not match the tutorial. What am I missing? Thanks in advance!
Scott source
share