Hi, Is there a way (some class I can extend) to activate ws-adressing dynamically without configuring it int the spring configuration file. We want to be able to activate asynchronous execution based on some conditions.
I've tried to create a feature and override public void initialize(Client client, Bus bus) but this method is not called when creating a client ... Does anyone have an idea ? Thanks Manuel
