Hello everyone,i'd like to understand which are the naming conventions (or
the rules, if they're standardized) adopoted by wsdl2java when, given an
input wsdl, it generates java interfaces, and factory classes to instantiate
such interfaces.

Given these 2 examples:

http://www.webservicex.net/globalweather.asmx?wsdl
http://webservices.amazon.com/AWSECommerceService/AWSECommerceService.wsdl

I get two different set of classes and methods:
interface: GlobalWeatherSoap
 factory  : GlobalWeather
 method:  GlobalWeather.getGlobalWeatherSoap()

and
interface : AWSECommerceServicePortType
factory   : AWSECommerceService
method: : AWSECommerceService.getAWSECommerceServicePort()

Now: which are the rules behind which wsdl2java chooses the classes to
generate ?
Thanks for any helpful pointer.

Best Regards,
Valerio
-- 
http://www.linkedin.com/in/vschiavoni
http://jroller.com/vschiavoni

Reply via email to