Hi
My Spring WS 1.5.6 endpoint extends AbstractMarshallingPayloadEndpoint. I'm trying to access the ServletContext from the endpoint's invokeInternal(Object o) method, is this possible? I need to get at my servlet's initParams which were set in the web.xml's <context-param> element. Any suggestions?
Thanks in advance,
Barry


Reply With Quote
