Hi all I have a problem with the Axis ServiceFactory used with JNDI.
I have to bind in JNDI a Generated Service Class (ok that fairly easy) but the service instance is configured with a client-config.wsdd (add user Handler support) ! When you look at the ServiceFactory, when a Generated class is found, no configuration process is done (apart default one in instanciation process). What can I do to add my user specific configuration into my Generated Service ? Need I to extend the Service and ServiceFactory classes? Or reconfiguration of Generated Service Class (to support jaxrpc handler ! it something that a WSDL can tell to WSDL2Java) is not take in account for the moment? I 've see that the ServiceFactory is work in progress :) it have 2 methods never used : getService and getDefaultConfig. How to use them? which not created classes has to use them ? Thanks Guillaume
