Re: xs:any problem with WS-Enumerations

2007-04-08 Thread David Jencks
I think if you try to figure out what the accessor should be you might figure out why xmlbeans doesn't generate one. I think you want xmlObject.selectChildren and get the QName set something like this: itemList.selectChildren(ItemListType.type.qnameSetForWildcardElements ()); hope this h

Re: Null pointer exception in xmlbeans setArray

2007-04-08 Thread Jorge Fernandez
Hi Jacob, I had already checked that nillable was in my schema definition of the wsdl. At array definitions I added minOccurs="0" and I also had maxOccurs="unbounded" attribute. But I don't know what effect should that change have in my code. I tested it and still can't set an array to null. C