With 2.3.0 (likely for 2.2.11 as well), we added a parameter to the createClient methods on the DynamicClient to specify binding files to pass to jaxb. There is a jaxb binding customization to have it set the generated beans as serializable which would be applicable to this.
Dan On Sunday 07 November 2010 10:04:38 am Martin Loeffelholz wrote: > Hello all, > > I have a new problem using the dynamic Client. I need all created > Datatypes that are used as parameters or results to implement the > interface Serializable. Is there possibly an option to make the > framework just add "implements Serializable" to all created datatypes? > > The reason for my problem is: In the framework, I try to integrate > dynamic clients into, all webservices would be invoked from > softwareagents other than the one that manages the clients. So to have > them invoke the services first my agent has to tell them what classes to > use and then receive their messages with the parameters for the actual > invocation of the webservice. > But for transmitting informations about the Webservices managed with the > dynamic clients and sending parameters and results from one agent to > another they must be Serializable. > > Or if there is none such option within the system. Does anyone know how > I would have to extend the dynamicClientFactory to get it to do that? > > hopeful greetings > Martin -- Daniel Kulp [email protected] http://dankulp.com/blog
