Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Configuration tab consists of two parts: Create Configuration From and Service Port Definition.

...


SettingDescription

Single WSDL File

The Import WSDL button is used to browse for, and import, a selected WSDL file. If the WSDL file is linked to adherent xsd files, all included files must be stored in the same directory as the imported WSDL file. If present, they will be imported at the same time as the WSDL file. If not, a validation error will occur.

Basic validation of the WSDL file is performed before the file is imported. After the file is imported, the content of the WSDL file and adherent files can be viewed in the View WSDL Content tab.

A more extended validation of the WSDL file is performed when the profile is saved.

Note
titleNote

If you configure the Web Service agents with any value that contradicts the WSDL file specifications, your configuration will override the WSDL file.


Note
titleNote!

If you are unable to import an encoded non-ASCII WSDL file to Web Services Profile, you need to ensure that the WSDL file is encoded with UTF-8 and includes the following header:

<?xml version="1.0" encoding="UTF-8"?>


Concatenated WSDL File

Used when parts of several WSDL files are required. The functionality is only useful if operations defined in bindings in several WSDL files shall be published at the same endpoint.

To add files to the Files list click on the Add button and browse for the correct WSDL files in the Add WSDL File dialog box.

The list of WSDL files will be concatenated when the profile is saved. The concatenation functionality concatenates and arranges all operations defined in the WSDL binding element of several WSDL files and everything else that is needed for the result to be a valid WSDL file.

The original WSDL file can be exported to a directory on the local workstation. Click on the Export menu and select the Export WSDL option.

Service Port Definition

This drop-down list consists of the service port definitions that are included in the WSDL file. Only one service element per WSDL file is supported. By selecting a port you set the binding address.

...