Hi,

When I use Java2WSDL, all the input parameters are changed into "in0", "in1", "in2" 
etc, which are
meaningless.  For example, a method "setData(String dataType, String data)", the two 
parameters
"dataType" and "data" would become "in0" and "in1".

This causes problem later -- when I run WSDL2Java, all the input parameters ramain 
"in0, in1, in2"
in the Java files.  So the "setData" method is now "setData(String in0, String in1)".  
It would be
difficult for developer to understand.

How can I force Java2WSDL not to change the parameters?

Thanks!

Gloria

__________________________________
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

Reply via email to