Hallo Anne,
Thanks for your reply I'am using eclipse do you know where I can set this option in eclipse? -----Urspr�ngliche Nachricht----- Von: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 1. Juni 2005 13:59 An: [email protected] Betreff: Re: Java2WSDL options Compile your class in debug mode. On 6/1/05, Ferruh Zamangoer <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > is it possible when I use the Java2WSDL to generate my WSDL �Document to > take over the attributes names. When I generate the WSDL file from the > following interface: > > > > public boolean unlockAccount(String pseudonym) > > throws RemoteException, ConfuocoException; > > > > <wsdl:message name="unlockAccountRequest"> > > > > <wsdl:part name="in0" type="soapenc:string"/> > > > > </wsdl:message> > > > > > > I see in the wsdl file name="in0" and have to edit it manually to the right > name. Are there any options to take over the right names? > > > > Thanks for any help. > > > > Regards > > Ferruh
