I don't think the generated Axis code for SoapBindingImpl class has access to the servletContext does it?
Type: Posts; User: jimmatts; Keyword(s):
I don't think the generated Axis code for SoapBindingImpl class has access to the servletContext does it?
I understand that. However, In this case, I would need to load the BeanFactory in two places because of the two consumers call my transactional boundary. If I load the BeanFactory in two places...
Hello,
I am trying to find the best way to instantiate a service object once as a singleton and have it used by two consumers - a web app and a web services soapbindingimpl class.
Any...