use -Euwc. But this feature requires java 1.5 or higher. thanks, Amila.
On Mon, Nov 17, 2008 at 12:32 PM, Nadun Herath <[EMAIL PROTECTED]>wrote: > Hi all > I have a wsdl which has Long data types. Basically it should generate a > Long data type when wsdl2java tool is used. > How can we achive that task when code generating.? Is there a option we > should specify when code generating. > > <complexType name="RemoteAttachment"> > <complexContent> > <extension base="tns1:AbstractRemoteEntity"> > <sequence> > <element name="author" nillable="true" type="xsd:string"/> > <element name="created" nillable="true" type="xsd:date"/> > <element name="filename" nillable="true" type="xsd:string"/> > <element name="filesize" nillable="true" type="xsd:long"/> > <----- This should be a <!--Long--> > <element name="mimetype" nillable="true" type="xsd:string"/> > </sequence> > </extension> > </complexContent> > </complexType> > > When RemoteAttachment bean is created using tool wsdl2java it should > contain field of Long data type (filesize) > > I thank you in advance. > > > > > > > > Nadun Malaka Herath > Department of Computer Engineering > University of Peradeniya > > -- Amila Suriarachchi WSO2 Inc. blog: http://amilachinthaka.blogspot.com/
