I am using MyEclipse 7.0 M2 and generating the wsdl/xsd using the new web service wizard and need to know how to get it to use the parameter names and not arg0 thru argX for the inbound parameters. The wizard creates the proper return parameter names based on the values in a data structure used in the return of the methods in the service.
I have tried using individual parameters for the inbound values and a data structure, but it keeps putting the arg names. It picks up the right number of values and their data types, but uses the arg names.
As I have hundreds of values in all the methods it is impractical to change these by hand and if anything is added and the wsdl is regenerated it would wipe those settings out.
Any thoughts would be greatly appreciated,
Ed