Show TOC Start of Content Area

Procedure documentation Generating the Converter Web Service Proxy  Locate the document in its SAP Library structure

Use

You create a Web service proxy to establish a connection between the Web service and the Web service client. The Web service proxy is an interface. The client uses this interface to consume the Web service.

Procedure

       1.      In the Project Explorer, expand the ConverterWEBClient project.

       2.      Right click ConverterBean.wsdl document, and then choose Web Services Generate Client.

This graphic is explained in the accompanying text

The Web Service Client wizard opens.

       3.      Move the slider to Develop client position, as shown in the figure below.

This graphic is explained in the accompanying text

       4.      Choose Next.

The Client Generation Configuration screen opens.

       5.      Make sure the Output folder field contains the package source folder of the ConverterWEBClient project and the following options are set:

       Select Customization Level

       Prevent collisions where possible

This graphic is explained in the accompanying text

       6.      Choose Finish.

Result

The system generates the Web service proxy. The Web service proxy files appear in the Java package folder of the ConverterWEBClient project.

This graphic is explained in the accompanying text

Next Step

Creating the Converter Web Service Client Application

 

 

 

End of Content Area