Re: what is "extraElement"?

2007-05-03 Thread Amila Suriarachchi
> > So I don't want just one "extra element", but N of them. (or to be more > precise, there IS just one extra, but inside it is a sequence of a whole > bunch of them.) > > Bob > > > - Original Message ---- > From: Davanum Srinivas <[EMAIL PROT

Re: what is "extraElement"?

2007-05-02 Thread Anne Thomas Manes
ob - Original Message From: Davanum Srinivas <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Tuesday, May 1, 2007 6:03:59 PM Subject: Re: what is "extraElement"? if your schema has xsd:any or similar construct, we generate code for attaching extra elements. You

Re: what is "extraElement"?

2007-05-01 Thread no spam
tra, but inside it is a sequence of a whole bunch of them.) Bob - Original Message From: Davanum Srinivas <[EMAIL PROTECTED]> To: axis-user@ws.apache.org Sent: Tuesday, May 1, 2007 6:03:59 PM Subject: Re: what is "extraElement"? if your schema has xsd:any or similar const

Re: what is "extraElement"?

2007-05-01 Thread Davanum Srinivas
if your schema has xsd:any or similar construct, we generate code for attaching extra elements. You are supposed to construct OMElement's and call the setter for sending data and on the other side you can use the getter for the extra element to get the extra data corresponding to the schema constr

what is "extraElement"?

2007-05-01 Thread no spam
ok, here is a simpler question than my previous ones: what is the purpose of the "extraElement" in all the generated Java code? I have not been able to find Word One of documentation anywhere on this. I did get a "extra element cannot be null" exception in some code that I ran as an experim