Hi, exuse me for my English. It is not my mother tongue.
We use SoapActionEndpointMapping to manage soap requests from client. All our endpoints
extends AbstractDom4jPayloadEndpoint class. To generate response we need access to HttpServletSession from our enpoints sublasses (to share some properties). So, is there any way to get access to such classes like (HTTPRequests, HTTPSession) ?
Thanks


Reply With Quote