|
Hi Perryn 1) nothing
seems to be generated for any of the attributes
<anyAttribute> is actually not yet supported in the SourceGenerator, it is only supported by the Schema Object Model. 2) No Unmarshall methods were generated. Humm maybe you are using the ‘element’ generation 3) The Marshall method signatures were generated but were declared
You are definitely using the ‘element’ generation: Castor is generating classes for elements only and abstract classes are generated for ComplexTypes in that case. It makes no sense to add the unmarshal methods to abstract classes and marshall methods are abstract. What you should do is to use the ‘type’ generation, change the property in castorbuilder.properties. For more information on the source generator, please use the documentation: http://www.castor.org/SourceGeneratorUser.pdf Hope that helps, Arnaud |
Title: weirdness with soap-envelope
- [castor-dev] weirdness with soap-envelope Perryn Fowler
- [castor-dev] top-level complexTypes and elements wit... Arnaud Blandin
- [castor-dev] top-level complexTypes and elements wit... J. Matthew Pryor
- Re: [castor-dev] top-level complexTypes and elem... Arnaud Blandin
