Show TOC

Generating the Converter Web Service ProxyLocate this document in the navigation structure

Context

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 ConverterBeanPort. wsdl document, and then choose Start of the navigation path Web Services Next navigation step Generate Client End of the navigation path.

    The Web Service Client wizard opens.

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

  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

    • Resolve collisions automatically

  6. Choose Finish .

Results

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