Wouldn't it be better to build all pojo service samples with debug "on" for
consistency (or debug off) ?
Currently quickstart sample ant build file set debug mode and
WSDL has correct method parameter names.
i.e: <xs:element minOccurs="0" name="symbol" nillable="true"
type="xs:string"/>
Other pojo sample WSDLs' have generic names for parameters (args0,args1,
etc.).
i.e.<xs:element minOccurs="0" name="args0" nillable="true"
type="ax24:Weather"/>
This might confuse somebody just looking at these samples.
Thanks,
Irantha