I am trying to use the 0.9.3.19 Source Generator over the SOAP envelope
schema (http://www.w3.org/2001/12/soap-envelope) and the results
are a little strange.
Java classes are generated for Envelope, Hearer and Body but:
1) nothing seems to be generated for any of the attributes
( Is this because anyAttribute is not supported? )
2) No Unmarshall methods were generated.
3) The Marshall method signatures were generated but were declared
abstract and not implemented.
I tried implementing the marshall and unmarshall methods myself in
the usual way ( eg Marshaller.marshal(this,out) ) and that enabled
me to marshall a soap envelope containing payload xml but the
namespaces were screwed up. ( some elements were put in the
wrong namespace and one namespace was not defined )
Can anyone explain this behaviour - is it due to schema features
not supported by Castor?
