Hi all ! It's an architecture question here :) I'm wondering why Axis didn't use the Handlers defined in the JAXRPC specification ? JaxRpc say that a Handler has 2 main methods : handleRequest and handleResponse. It's more useable than a single invoke method that constraint us to tell Axis where the invokation must be done (responseFlow / requestFlow), dont you think ?
I'm asking this because I want to integrate Axis in our Application Server and we want to follow the J2EE 1.4 specification (webservices 1.1, JaxRpc 1.1). Thanks in advance :) Guillaume