Show TOC

Implementing and Generating Proxies in Application SystemsLocate this document in the navigation structure

Context

Proxies are non-language-specific interface descriptions in WSDL. The generation converts these descriptions into executable proxies in application systems.

Procedure

  • To generate proxies in an application system based on AS ABAP, use the ABAP proxy generation. Generation takes place in AS ABAP.

    ABAP proxy runtime supports the WS and the XI protocol.

    More information about WS runtime: Protocols

    More information about XI runtime: XI-Specific ABAP Proxy Runtime Protocols

  • To generate proxies in an application system based on AS Java, use the Java proxy generation in SAP NetWeaver Developer Studio for new implementations.
  • You can still use the Java proxy generation in Integration Builder. However, it is no longer supported in subsequent releases.

Next Steps

Proxy Programming