Oh yeah, you need to distinct between the service methods you expose (controlled via interface) and the property getter methods of your model (schema). These are controlled by aegis xml properties like Dan just described.
-----Ursprüngliche Nachricht----- Von: "Göckel, Mika (external)" [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 5. April 2006 16:26 An: '[email protected]' Betreff: AW: [xfire-user] Problems with Spring Hi Vinicius, if you use java1.4 together with aegis mapping, there is no way to ignore methods through xml configuration yet. The way I usually go is to define an interface especially for the webservice, which I set as the serviceClass property in the ServiceBean, (and which the class providing the webservice must implement). Sorry for the lack and quality of documentation, that's just an indicator for that we need more helping hands on the project. The Raible's Wiki page which I referred to yesterday was written by me last Sunday, so it was everything but a "go look for other sources than the xfire site for documentation" :-) Cheers, Mika [...] snip
