We have a web service deployed in ATG 2006.3 which is running on WebSphere application server. When a client invokes the web service, the call reaches the service implementation class and in the service method, we are trying to resolve a Session scoped Dynamo component using JNDI. It throws the following exception when it is trying to resolve the component.
Invalid attempt to resolve component in scope global. It is defined in scope session
Has someone came across this problem, how to resolve Session scoped component with in Service implementation class.