Show TOC Start of Content Area

Procedure documentation Providing Web Services Inside Out  Locate the document in its SAP Library 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

The implementation bean, which you want to expose as a Web service is available.

Procedure

      Creating an Inside-Out Web Service from an Enterprise Java Bean

This procedure enables you to expose a session EJB as a Web service.

      Creating an Inside-Out Web Service from a Servlet-Based Endpoint

This procedure enables you to expose a Java class as a Web service.

More information

Service Endpoint Interface

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.

 

 

End of Content Area