Show TOC Start of Content Area

Function documentation Standalone Proxy

Use

The standalone proxy is a Web service client that generates stubs and runs without the J2EE Engine. This proxy can be used only with the release for which it has been generated.

Caution

The standalone proxy cannot be deployed on the J2EE Engine.

Features

The deployable proxy represents a Java abstraction of the Web service interface and contains a stub that implements the WS connection and invocation logic. Thus, the generated standalone Web service proxy is suitable for standalone J2SE applications. It maps the Web service type system to generated Java types and generates serialization framework for these types.

The standalone WS client does not represent a deployment entity, thus its configuration is managed using a runtime API.

Using the Web services toolset in the SAP NetWeaver Developer Studio, the default configuration is created after proxy generation. At runtime, the configuration can be achieved by invoking the setProperty() methods of the configuration port.

The deployable proxy can be accessed by all components: library, service, and application.

In addition, the proxy supports HTTP basic authentication with the user name and password.

Activities

Creating Standalone Proxies

 

End of Content Area