RE: xs:any problem with WS-Enumerations

2007-04-12 Thread Vinh Nguyen (vinguye2)
Thanks David, I will try your approach. -Original Message- From: David Jencks [mailto:[EMAIL PROTECTED] Sent: Sunday, April 08, 2007 4:31 PM To: [EMAIL PROTECTED] Subject: Re: xs:any problem with WS-Enumerations I think if you try to figure out what the accessor should be you might

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

xs:any problem with WS-Enumerations

2007-04-04 Thread Vinh Nguyen (vinguye2)
Hi all, There is a problem with the way XmlBeans handles certain definitions in the WS-Enumeration-2004_09.xsd. For example, the xsd contains this element: XmlBeans can't seem to handle the element. So it generates an ItemListType object that has no methods to set or get a valu