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

Reply via email to