Re: Question about nillable=true and minOccurs=0

2009-04-24 Thread keith chapman
Yes it behaves in the same manner. Thanks, Keith. On Fri, Apr 24, 2009 at 9:27 PM, McCullough, Ryan rmccullo...@rightnow.comwrote: If you have an element on a complexType that has nillable=”true” and minOccurs=”0”, will the element be de-serialized if the property on the soap stub is set to

Question about nillable=true and minOccurs=0

2009-04-24 Thread McCullough, Ryan
If you have an element on a complexType that has nillable=true and minOccurs=0, will the element be de-serialized if the property on the soap stub is set to null? For instance, let's say a portion of your XSD looks like this: xs:complexType name=point xs:sequence xs:element name=x

RE: Question about nillable=true and minOccurs=0

2009-04-24 Thread McCullough, Ryan
Thanks for the quick reply. From: keith chapman [mailto:keithgchap...@gmail.com] Sent: Friday, April 24, 2009 10:22 AM To: axis-user@ws.apache.org Subject: Re: Question about nillable=true and minOccurs=0 Yes it behaves in the same manner. Thanks, Keith. On Fri, Apr 24, 2009 at 9:27 PM