Using the WSDL Editor

Configuring Messages Using the WSDL View

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

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.

ProcedureTo create a message

  1. In the WSDL view, right-click the Messages node and choose Add Message. A message node appears. The message contains one part. The part's type of content is undefined.

  2. If the Properties window is not visible, choose Window -> Properties.

  3. 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 an element or type from the schema.

ProcedureTo add a part to a message

  1. Right-click the message node.

  2. Choose Add -> Part.

    A part node appears. The type of content is undefined.

ProcedureTo change the name of a message or part

  1. If the Properties window is not visible, choose Window -> Properties.

  2. Select the message or part node.

  3. Set the Name property to the new name.

ProcedureTo delete a message or part

  1. Select the message or part node.

  2. Press Delete.