What version of Axis are you using? (and xsd:union is not supported -- you must define your own deserializer)
Anne On 7/20/05, Anand Ganapathy <[EMAIL PROTECTED]> wrote: > When I generate my deploy.wsdd using WSDL2Java, I see > the foll. problems (I am using Axis 1.2.1 final): > > 1) There are 'greater than' symbols in the qname > field. > For example: > <typeMapping > xmlns:ns="tmf854.p2" > qname="ns:>ME_Inventory_T>ptpList" > type="java:p2.tmf854.ME_Inventory_TPtpList" > > serializer="org.apache.axis.encoding.ser.BeanSerializerFactory" > > deserializer="org.apache.axis.encoding.ser.BeanDeserializerFactory" > encodingStyle="" > /> > > Is this correct ? > > 2) Seems like xsd:unions are not supported. Any > suggestions on how we can handle them? > > Thanks, > Anand. > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >
