Show TOC

Providing Web Services Inside OutLocate this document in the navigation structure

Use

When you create an inside-out Web service, you can expose a session Enterprise Java Bean (EJB), or a pure Java class as a Web service.

Prerequisites

You have created the implementation bean, which you want to expose as a Web service.

Procedure

More information

When creating inside-out Web services, you can use a service endpoint interface (SEI) to expose some or all methods of the implementation bean as Web service methods.

Service Endpoint Interface