I respond to myself :-) ... I found a solution that is interesting to share
In spite of modifying code in client stub in order to extend it, it is suffisent to add in the classpath a jar file containing the followings: - org/apache/axis2/deployment/axis2_default.xml (parametrized by the needed configuration) - classes that extend the stub It is more simple to do that espacialy if we have a lot instances of the client stub deployed. ataud wrote: > > I have an existing client stub generated with Axis2 WSDL2Java. Is it > possible to extends it only by adding in class path a jar file that > contains: > - axis2.xml > - classes that extend the stub > > In axis1.x it is possible, but in axis2 it seams to be not , can some one > confirm ? > > -- View this message in context: http://www.nabble.com/Extending-axis2-client-stub-without-modifying-it-tp15306325p15306686.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
