How else do you expect the Aegis client to put your data from your object into the new object it creates on the client side? There is no way in WSDL to express 'create an extra client-side method in terms of some other properties'. There are only properties.
If you are never planning to use CXF/Aegis on the client, and only view this as a way to define a service, then I can see that the situation is inconvenient, but I'm not sure that it's a use-case that we care to solve. You could look and see if JAXB is more cooperative. On Fri, Apr 24, 2009 at 7:52 PM, apache_user_cxf <[email protected]>wrote: > > CXF version 2.1.4 > > -- > View this message in context: > http://www.nabble.com/org.apache.cxf.aegis.DatabindingException%3A-No-write-method-for-property-tp23210601p23226654.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
