>Thanks for your reply I'am using eclipse do you know where I can set this
>option in eclipse?

In Eclipse go to Project->properties then Java Compiler.

In the Classfile Generation box ensure that the debugger options are ticked 
("add variable attributes to generated class files").

I also had to add the -i argument to Java2WSDL to point to a class that 
implements the interface.


----- Original Message ----- 
From: "Ferruh Zamangoer" <[EMAIL PROTECTED]>
To: <[email protected]>; "'Anne Thomas Manes'" <[EMAIL PROTECTED]>
Sent: Wednesday, June 01, 2005 2:14 PM
Subject: AW: Java2WSDL options


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




Reply via email to