Hi,

there are some posting to that topic but there seems to be no conclusion.

there is an example from Rhett.DeWall
http://marc.theaimsgroup.com/?l=axis-user&m=105657899026622&w=2

if you have something like this:

<EmployeeVO>
    <firstName>John</firstName>
    <lastName>Doe</lastName>
    <phone>
       <area>999</area>
       <location>9999</location>
       <prefix>999</prefix>
    </phone>
  </EmployeeVO>

you will end in the following client error:
org.xml.sax.SAXException: Invalid
element in com.sybase.test.util.EmployeeVO - area     at
org.apache.axis.encoding.ser.BeanDeserializer.onStartChild(BeanDeserializer.
java:252)

so SAX is looking inside Employeee and not inside Phone!

i run into the same problem with a similar example. i'm using document
styles.
is there a solution?
thanks!

andreas

Reply via email to