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.

...

The WSDL file must be a valid XML and must adhere to the W3C specifications - see http://www.w3schools.com/xml/xml_elements.asp. It is recommended that you use a validation service, outside Image Added, to check that the WSDL file is valid.

Note
titleNote!
  • The type  any  cannot be used in a WSDL file in Image Added. The type  any  maps to an org.w3c.dom.Element in java, which does not map to Ultra.
  • Web services require a namespace to be defined for the reference binding port ! 


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.

...

SettingDescription

Enable Desktop WSDL Validation

Select this checkbox to perform the WSDL validation in the client desktop during validation of the profile.

Enable Platform-Side Schema Validation

Select this checkbox to verify the WSDL file against WSDL schemas. This can only be performed in Platform during the save action.

Note
titleNote

Validation will work if platform has external internet access.



Scroll ignore
scroll-viewportfalse
scroll-pdftrue
scroll-officefalse
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmlfalse


Next: