BPEL Designer Navigator: BPEL Logical View

See Also

In the BPEL Logical View, you can right-click a node and perform different actions on BPEL elements and entities, including activity elements, variables, correlation sets, and imported files. The available actions vary for different elements. The following actions are common for most elements:

Variables

Expand the Variables node to see the variables defined for the Process element. To see the variables defined for a Scope element, expand the node for this Scope. For information about variables in BPEL processes and their types, see About Variables in the BPEL Designer.

To add a variable to Process:

  1. In the BPEL Logical View, expand the BPEL Module project's node, right-click the Variables node and choose Add Variable.
  2. Do the same as for adding variables in the Design view. For instructions, see Creating Variables.

To edit a variable:

  1. In the BPEL Logical View, expand the BPEL Module project's node > Variables.
  2. Right-click the variable you want to edit and choose Edit.
  3. In the Variable Property Editor, change the name or select another type.
  4. Click OK.

To open a source file that contains a definition of the variable type:

  1. In the BPEL Logical View, expand the BPEL Module project's node > Variables.
  2. Right-click the variable to open the .wsdl or .xsd file that contains a definition of this type and choose Go To Type Source.

Correlation Sets

Expand the Correlation Sets node to see the correlation sets defined for the current BPEL process. For details about correlation sets, see Understanding Correlation. Using the Correlation Wizard and Defining Correlation Manually.

BPEL Elements

To locate an element on the diagram, select the element in the Navigator window. Conversely, when you select an element on the diagram, that element becomes selected in the Navigator window. The properties of selected elements are displayed in the Properties window (to open the Properties window, press Ctrl-Shift-7). For some elements, you can invoke Property Editor dialog boxes by right-clicking them in the Navigator window and choosing Edit.

To navigate to an element on the diagram:

To navigate to the portion of source code for an element:

Imports

The Imports node shows WSDL and XML schema files referenced in your BPEL Module project. You can import reference to WSDL and XML schema files and add properties and property aliases to WSDL files from the Navigator window.

Importing reference means that the IDE adds the import section to a WSDL file that is already added to the file structure of your BPEL Module project. You import reference to refer to WSDL and XML schema files that are not yet referenced using Partner Links on your BPEL diagram.

For more information about adding external WSDL and XML schema files to BPEL Module projects, see Adding WSDL and XML Schema Imports. For more information about adding properties and property aliases using the WSDL Editor, see Configuring Properties and Property Aliases Using the WSDL View.

To add an import:

  1. In the BPEL Logical View, expand the BPEL Module project's node, right-click the Imports node and choose one of the following, depending on the format of the imported file:
  2. In the Create New Import dialog box, expand the By File or By Namespace nodes and the navigate to the .wsdl or .xsd file within your project directory you want to add reference to.
    Note that you can import only the files that you have already added to the project structure.
  3. Click OK.
    The WSDL or XSD file you selected is now referenced in the BPEL project node

To add a property to a WSDL file:

  1. Right-click a WSDL file under the Imports node and choose Add Property from the pop-up menu.
  2. In the Create New Correlation Property dialog box, specify the property name.
  3. Select the property type and click OK.

To add a property alias to a WSDL file:

  1. Right-click a WSDL file under the Imports node and select Add Property Alias from the pop-up menu.
  2. In the Create New Property Alias dialog box, click Browse next to the Property field to specify the property.
  3. In the Property Chooser dialog box, select the property for which you are creating the alias and click OK.
    The Property Type field in the Create New Property Alias dialog box is populated with the type.
  4. In the Map Property To tree, expand the WSDL file node and select the message type property.
  5. To add a query, enter the query string in the Query text field.
  6. Click OK.
See Also
Creating Variables
 
Adding WSDL and XML Schema Imports
Configuring Properties and Property Aliases Using the WSDL View
About the BPEL Designer Navigator
Navigator Window

Legal Notices