Alex, and still it is strange!

my wsdl :

<complexType name="CustomerRootWrapper">
  | ?
  |     <sequence>
  | <element maxOccurs="unbounded" minOccurs="0" 
name="customerRootBillToAddress" nillable="true" 
type="tns:CustomerRootBillToAddressWrapper"/>
  | <element maxOccurs="unbounded" minOccurs="0" 
name="customerRootContactPersons" nillable="true" 
type="tns:CustomerRootContactPersonsWrapper"/>
  | <element maxOccurs="unbounded" minOccurs="0" 
name="customerRootShipToAddress" nillable="true" 
type="tns:CustomerRootShipToAddressWrapper"/>
  | <element name="description" nillable="true" type="string"/>
  | <element name="id" nillable="true" type="string"/>
  | <element name="name" nillable="true" type="string"/>
  | </sequence>
  | </complexType>


as you can see description , id, and name are all NOT optional, but only 
description throws an arror, name is pretty quiet. it still seems to me 
unlogical.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998695#3998695

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3998695
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to