Partly answering my own question, for the records: In the wsdl generated files, the Service constructor "Service(EngineConfiguration config)" was hidden in class hirachy.
After overriding this method in the wsdl generated ServiceLocator, you can easily pass a "FileProvider" with a reference to a custom client-config.wsdd. This way each client can have it's own configuration without depending on the system property (axis.ClientConfigFile). read the source luke! > > hi, > my problem is that i have multiple clients running in the > same vm, requesting different webservices. > > unfortunatly, when specifying a client-config.wsdd for a single client using the >system properties, it forces the second client to share this configuration. > > is there a way to dynamically configure request/response handlers, type mapping, >etc, without the use of a config.wsdd? > > any thoughts and suggestions greatly apprecitiated, > > thanks heiko > -- berlin.de - meine stadt im netz. Jetzt eigene eMail-adresse @berlin.de sichern! http://webmail.berlin.de
