[jboss-user] [JBoss jBPM] - Re: Assign-copy problem, very strange!

pkovgan do-not-reply at jboss.com
Sun Jan 7 10:42:48 EST 2007


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



More information about the jboss-user mailing list