Title: weirdness with soap-envelope

Hi Perryn

1) nothing seems to be generated for any of the attributes
  ( Is this because anyAttribute is not supported? )

 

<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
   abstract and not implemented.

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

Reply via email to