ActiveVOS Designer User’s Guide

Creating a New Interface

No WSDL? You can use the New Interface wizard as a quick start to generating the basics of a WSDL. The starting point for generating a WSDL is to have one or more of the following as a basis for input and output messages of a port type and operation:

To create a new interface:

  1. Do one of the following:
  2. Display the New Interface Wizard, either by creating an interface for a participant (Participants view) or by selecting the New Interface icon from the Interfaces view toolbar.
  3. In the New Interface wizard, select whether the new operation is synchronous or asynchronous:
  4. Select the data type you want to use to describe each of the operation’s message(s):
  5. Browse to the schema or sample and select it. For a schema, select the Element to use for the message.
  6. If the Wizard reports errors, verify that your data file contains valid definitions, declarations, and syntax. For examples, see the sample data files and schema that are in the tutorial project.

  7. View the message in the Preview.
  8. Based on the names you selected for input and output, the wizard creates the required WSDL elements. Create more meaningful names for the Port Type, Operation, and Target Namespace elements.
  9. The Target Namespace is a convention of XML Schema that enables the WSDL document to refer to itself. It is a value that is unique, different from all other namespaces that are defined.

  10. Save the new WSDL with the suggested name, or type in a new name and save the file to a project location.
  11. View the generated WSDL in the WSDL editor to make corrections and additions.

The generated WSDL is a good starting point for a process interface. You may need to modify the WSDL as follows: