Deployable ProxyThe deployable proxy is a Web service client that must be deployed on the J2EE Engine as an application. It is created in the SAP NetWeaver Developer Studio using the Web service toolset. The proxy contains a set of interfaces generated during deployment time that represent the abstraction for invoking a specific Web service.
The deployable Web service proxy is for J2EE application use only and cannot work as standalone.
Together with the deployment descriptors, the deployable Web service client is a container-managed deployment entity. It can be configured both at design time (using the Developer Studio) and at runtime using the SAP NetWeaver Administrator.
For the deployable proxies, only the ServiceInterface is generated at design time. The client assigns a JNDI name under which the ServiceImpl instace is bound at runtime. The JNDI name is relative to the java:comp/env/ context, which is the default for all J2EE components. The service interface is accessed through JNDI lookup.
The deployable proxy can be accessed by J2EE-compliant applications only.
In addition, the Web service deployable proxy supports the following features:
● Web Services Reliable Messaging
● Security
● Tracing and logging
● Central configuration store