i am using axis1.1 and trying to access the ServletEndpointContext , to my surprise i fould that it is implemented only for HTTP Transport not for others.
Although i can see that it is biased towards http transport by containing getHTTPSession and getServletContext, their is nothing that prevents the ServletEndpointContext from returning null (which is documented) for this calls , rather than not be implemented at all. saurabh