Re: WSDL2Java and mixed content XSD

2003-06-27 Thread Peter Klotz
Hi, please does anybody know how Axis handles XML-Schema with mixed content in WSDL2Java? I tried to mix a generated class for CDATA with one that has tags to fix it manually but one can either use a SimpleDeserializer or a BeanDeserializer. Neither of those seems to be able to handle mixed co

WSDL2Java and mixed content XSD

2003-06-15 Thread Peter Klotz
Hi, I have a WSDL with a type that can either include CDATA or additional tags so real mixed content. I can't change this unfortunately. Now I try to generate Java stubs/skeletons from this mixed content WSDL snipplet. When I have only text content I get a method String getValue() generated. If I