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
