Hi, I am new to axis but I am comming from SOAP 2.3.
I want to call a stateful session bean via axis. My SOAP 2.3 deployment descriptor defines a custom provider. This provider reads all required arguments from the SOAP envelop to call my beans ejbCreate method. Axis seems not to support provider deployment. Instead there is a HandlerProvider to use handlers as providers. Is it the recommended way to derive from EJBProvider, overload makeNewServiceObject() and define this provider as handlerClass? Thanks for feedback Johannes
