Show TOC

Procedure documentationGenerating a Consumer Proxy Locate this document in the navigation structure

 

A consumer proxy is used to implement the enterprise service consumer.

Procedure

You can generate a consumer proxy in the following ways.

Generating a Consumer Proxy From an Existing Provider Proxy

Note Note

You need to know the URL of the WSDL document for the provider proxy.

End of the note.
  1. Start the Object Navigator (transaction code SE80).

  2. In the Repository Browser, right-click over the service provider to open the context menu.

  3. Choose Create to start the wizard.

  4. Select Service Consumer and Continue.

  5. Select URL/HTTP destination and Continue.

  6. Specify the URL of the WSDL document for the provider proxy.

    You may be prompted to supply a host name, a port number, and your user.

  7. Save and activate the consumer proxy.

Generating a Consumer Proxy From Outbound Service Interface

You can generate a consumer proxy from the outbound service interface in the Enterprise Services Repository.

  1. Start the Enterprise Services Browser (transaction code SPROXY).

  2. Expand the nodes of the software component version and the namespace and select the outbound service interface.

  3. Open the context menu and choose Create proxy.

    A wizard prompts you through the steps to create a proxy. You need to specify a package, a prefix for the repository object names, and a transport request.

    Check the information displayed in the External view and Internal view tabs. Here, you can see the operations and methods, and the corresponding ABAP message types and data types.

  4. Save and activate the consumer proxy.