Use this page to view and manage the scope of the ports of a Web Service.
To view this administrative console page, click Applications >Enterprise Applications > application_instance > Web Modules > module_instance >Web Services Implementation Scope.
The scope determines when a new instance of a service implementation is created for the Web service ports in a module. The valid values for scope are request, session and application. An application scope causes the same instance of the implementation to be used for all requests on the application. A session scope causes the same instance to be used for all requests on each session. A request scope causes a new instance to be used on every request.