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
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