Managing Provided Operations
The Operation Pane
The Operation pane shows a list of the Operations linked to the selected PortType in the PortType pane. New Operations can be added clicking the Add Operation button and Operations can be removed by selecting them and then clicking the Remove Operation button.

Adding an Operation
When the Add Operation button is clicked the Object Browser will open showing the forms of the Application. You then have select a form and in that form the routine that will provide the desired operation. Only one single routine can be selected as shown in the example below.

After clicking the OK button the new Operation will be added to the list of Operations. The Object Inspector will then open enabling you to set the Comment property of the Operation.

Properties:
- Name: The name of the provided Operation.
- Comment: A comment describing the provided Operation.
- NameSpace: An optional custom NameSpace for the provided Operation, which will be added to the WSDL contract.
- Prefix: An optional custom prefix for the NameSpace of the provided Operation, which will be added to the WSDL contract.
Newly added routines in a Form will only be visible after the changed Form has been checked-in in the Revision Control. |
Modifying an existing Operation
When an Operation in the list has been selected the Object Inspector will open enabling you to both change the name of the Operation and the Comment.