Using the WSDL Editor

Using Find in the WSDL View

You can search for WSDL components in the current WSDL file.

You can define the type of find to be performed:

For more information about regular expressions, see the "Regular Expressions For Finding and Replacing Text" topic in the IDE online help.

ProcedureTo search for WSDL components

  1. From from the IDE's main menu, choose Edit -> Find. You can also press Ctrl-F.

    The Find bar opens at the bottom of the WSDL view.

  2. In the Find box, click the magnifying glass icon and select the type of search that you want to perform: Component Name, Component Kind, Attribute Declaration, or Attribute Value.

  3. If you want to find matches from a specific point, then select a component in the WSDL view, click the magnifying glass icon, and select Search Selection.

  4. If you want to use a regular expression, then click the magnifying glass icon and select Use regular expression.

  5. In the Find box, type the text or regular expression and press Enter.

    The IDE finds any matching components and highlights the matches in the WSDL view.

  6. To cycle through the matching components, use the Find Next and Find Previous buttons.

To clear highlights after a search

To clear the highlights after a search, click Clear in the Find bar. This removes highlights from the WSDL view.