Hi, there I got a quick question: how to set a property value to Client after it's already created from an FactoryBean?
ClientFactoryBean clientFactory = new JaxWsClientFactoryBean(); clientFactory. setProperties(...); Client client = clientFactory.create(); Then, how to add a new property name/value to the client object? Thanks! Xilai
