Thanks Matt, Unfortunately, the WSDL does specify that the element is nillable, but it is still being mapped to an int. In the wsdl the element looks like: <element name="sailMinLenDays" nillable="true" type="xsd:int" />
Bill Bill Heitzeg 1-734-995-9131 -----Original Message----- From: Matthew Sgarlata [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 17, 2004 10:42 AM To: [EMAIL PROTECTED] Subject: Re: wsdl2java mapping primitives to objects I believe that if the WSDL specifies that the field is nillable, then xsd:int is mapped to Integer instead of int. Can you change your WSDL? Matt ----- Original Message ----- From: "Heitzeg, Bill" <[EMAIL PROTECTED]> To: "Axis-User (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, February 17, 2004 10:30 AM Subject: wsdl2java mapping primitives to objects Hi, When I generate a client using wsdl2java, xsd:int is mapped to a java int type. I would like it to be mapped to an Integer. Does anyone know how to do this? Thanks, Bill Bill Heitzeg 1-734-995-9131
