Show TOC Start of Content Area

Function documentation Proxy Configuration

Use

The Proxy tab of the Web Services Container service enables you to configure the generation process of the proxy for a particular WS. Choose Web Services Container ® Web Services ® Proxy.

Features

WSDL Style

You can select the WSDL style from the WSDL Style dropdown menu and to choose either to use a standard WSDL or the SAP WSDL. If you want to use the second one, select Use SAP WSDL. For more information about the different types of WSDLs, see Structure linkWeb Service Homepage in the Development Manual.

Package Name

Enter the base output package for the generated proxy files.

Namespace URI to Java Package Mapping

Displays the namespace URI to Java package mapping.

Proxy Generation Options

You can use the following options to adjust the generating process:

·        Compile – specifies if the output directory with the generated files to be compiled.

·        Generate Interfaces Only – this option provides generation of Service Interface, Service Endpoint Interfaces, serialization and de-serialization classes. If you do not select it, a standalone proxy is generated.

·        Try Generate RPC Style Proxy – enables you to create RPC-similar methods instead of methods with one structure as a parameter.

·        Try Generating JAX-RPC Service Interfaces – this option forces the proxy generator to add JAX-RPC compatible methods to service interfaces for getting port instances.

Save As

Browse the directory where you want to save the proxy generated files and choose Generate.

 

End of Content Area