
The service interface (SI) acts as a factory for obtaining logical ports. A client must obtain an SI instance to access a Web service. This is done either with a lookup in the Naming system, in the case of deployable proxies (invoked from an enterprise bean, servlet, or JavaServer pages) or by instantiating the implementation of the SI in standalone proxies.
The differences between the SAP SI and the JAX-RPC SI are as follows:
Obtaining a SI depends on whether a deployable or standalone proxy is used. For more information, see Deployable versus Standalone Proxies .