Version 8.3.3
 —  Development Workplace  —

Using the Web Service Layout Assistant

With the web service layout assistant, which is an editor extension, you can easily build an Application Designer page on base of a web service. You just have to provide the WSDL URL with the service description (or the WSDL file) and add input and output parameters by dragging and dropping them to your page. This is all - there is no need to provide any Java coding. Application Designer provides for the adapter to call the service.

Note:
WSDL (Web Services Description Language) is an XML-based specification schema for describing the operational information of a web service. See http://www.w3.org/TR/wsdl.

This document describes all steps that are required for defining the page layout for a web service. It covers the following topics:

If you want to build your own editor extensions, see Using Layout Painter Extensions in the Special Development Topics.


Prerequisites

To run a web service with Application Designer, the following prerequisites must be fulfilled:

Top of page

Starting the Web Service Layout

The web service layout assistant can be used with any type of layout template. However, when you use the template for the WSDL page, you have the additional advantage that you can immediately call the service.

Start of instruction setTo start the web service layout assistant

Top of page

Loading the Web Service Description

When you start the web service layout assistant, the following area is shown in which you specify the web service description that is to be used.

Web service layout assistant

Start of instruction setTo load the web service description

  1. In the URL/File text box of the web service layout assistant, enter either the WSDL URL with the service description or the full path of the WSDL file and choose the Load button. Values from the specified URL/file are now provided in the drop-down list boxes.

    Or:
    If you do not know the URL/file, choose the Search button. A dialog appears in which you can enter the name of a WSIL (Web Services Inspection Language) file. When you choose the Load button in this dialog, all found WSDL and WSIL files are listed in the dialog. WSIL files can further be expanded. You can select the required WSDL file in the dialog.

  2. Make sure that the required values are selected in the drop-down list boxes Service, Port and Operation.

  3. You can now either generate a default page layout or you can drag the service elements to the layout tree. Proceed as described in the corresponding section below.

Top of page

Generating a Default Page Layout

You can generate a default page layout. When you choose the preview button, the content of the layout tree is automatically updated and the corresponding controls for the web service elements can be seen in the preview area.

Start of instruction setTo generate a default page layout

  1. Load the web service description as described above.

  2. Choose the Use Default Layout button.

    The default page layout is generated.

Top of page

Defining the Page Layout By Dragging the Service Elements

You can drag service elements from the web service layout assistant to the layout tree.

Start of instruction setTo define the page layout

  1. Load the web service description as described above.

  2. Choose the Use in Page button.

    The WSDL editor parses the web service description and different information is now shown in the web service layout assistant: the service elements (Function call element, input parameters and service response) are shown in a tree. Example:

    Example

    Note:
    You can use the Change button to return to the previously shown information.

  3. Expand the tree that is shown in the web service layout assistant (see above) and select a service element.

    Information on the selected service element is shown below the tree. The controls which can be used are listed. Example:

    Example

  4. Drag the selected service element to the layout tree and drop it at the position of your choice.

    The service element is now shown in the layout tree. Example:

    Example

  5. Drag other parameters, the service result and the Function call element to the layout tree in a similar way.

Top of page

Calling the Service

This feature can only be used with the layout template for the WSDL page.

Just choose the button that represents the Function call element. You do not need to provide any Java coding. The call of the web service is done by Application Designer.

Top of page