Mark,
In two stages... first just before generating your WSDL, recompile all your code with debug, then, when you generate your WSDL, pass the path to the implementation class (that contains all your parameter names) by supplying the -i parameter.
e.g. for java...
classes>javac -g yourpath\ws\*.java
classes>java org.apache.axis.wsdl.Java2WSDL -o yourfile.wsdl -l"http://localhost/axis/services/yourservice" -i yourpath.ws.yourImpl -n urn:yourservice -p"yourservice" urn:yourservice yourpath.ws.yourservice
Rey.
----- Original Message -----
From: <[EMAIL PROTECTED]>
Date: Thu, 26 Jun 2003 18:51:43 +0100
To: <[EMAIL PROTECTED]>
Subject: WSDL Parameter Names
Hi folks,
Is there anyway to set the parameter Name's to something other than in0, in1 ...
THanks,
Mark.
_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
