I was wondering if we could add a new method to the AxisServiceConfig interface. The purpose of this method would be to return an java.lang.Object[] that contains the parameters to be given to the service's constructor. For example, in JavaProvider.getNewServiceObject(MessageContext msgContext, String clsName), it would be great to pass in parameters to the constructor.
I can send diffs if you'd like, but it's a pretty simple addition. Cheers, Frederic