You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Twomey, Luke David" <tw...@lsbu.ac.uk> on 2006/02/27 17:43:22 UTC

Help after using WSDL2Java

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>
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.
wsdl
<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