Hey all, after using the WSDL2Java program supplied by Axis, and the WSDL file found at this address:

http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl

I was expecting AWSECommerceServicePortType to have a method declaration:

ItemLookUpResponse itemLookUp(ItemLookUp lookUp)

with return types but instead it provides:

void itemLookUp (<long list of parameters>)

is this correct? If it is could someone help explain to me how I need to go about using this interface properly?

Thanks in advance, Luke

Reply via email to