Configuring Messages Using the WSDL View

See Also

You can use the WSDL Editor to create, edit, and delete messages.

In a WSDL file, a port type contains one or more related operations that the web service can perform. An operation receives a message, sends a message, or does both.

Each message contains one or more logical parts. For each part, you must specify the name and the type of content.

If you change the name of a message or part, then the WSDL Editor renames all occurrences in the same file. To rename all occurrences in associated XSD, WSDL, and BPEL files as well, right-click the component node and choose Refactor > Rename.

To create a message:

To change the name of a message:

  1. If the Properties window is not visible, choose Window > Properties.
  2. Select the message node.
  3. Set the Name property to the new name.

To change the properties of a part:

  1. If the Properties window is not visible, choose Window > Properties.
  2. Select the part node.
  3. Set the Name property to the new name. Be sure to enter a descriptive name, such as searchInput or resultOutput.
  4. The Element or Type property specifies the type of content. To set the value, click the ellipsis (...) button. The Element or Type dialog box enables you to select any of the built-in types in W3C XML Schema. If you added an inline schema or imported a schema, then you can select a type from the schema.

To add a part to an existing message:

To remove a message or part:

  1. Select the message or part node.
  2. Press Delete.
See Also
About the WSDL View
Configuring Port Types Using the WSDL View

Legal Notices