Operations Tab, XML Web Service Builder
Specifies the XML Web service operations, or method calls, you want to use in your form or class. You can supply parameter information for the operation calls in advance and specify a control, or client, to which you want to bind the results of the operation call.
**Note **Settings for the Operations and Clients tabs are stored in the custom SetupOperations method.
- Operations
Lists all registered operations for the XML Web service. You can call these operations automatically when the form or class is instantiated or programmatically when needed. You can associate each operation with multiple clients.- Add Displays a dialog box with options for adding a new operation. For more information, see XML Web Service - Operation Detail Dialog Box.
- Edit Displays a dialog box with options for editing the selected operation. For more information, see XML Web Service - Operation Detail Dialog Box.
- Remove Removes the selected operation. If you remove an operation, you are prompted to remove any clients associated with the operation.
- Clients
Lists all registered clients for the selected operation. Clients are controls or objects on a form or in a class that use the XML Web service operation. You can specify when binding occurs between the operation and client and to which property of the control operation results are assigned. For XML Web services that return ADO.NET DataSets, you can also specify complex type information such as table or field settings.- Add Displays a dialog box with options for adding a new client. For more information, see XML Web Service - Client Detail Dialog Box.
- Edit Displays a dialog box with options for editing the selected client. For more information, see XML Web Service - Client Detail Dialog Box.
- Remove Removes the selected client.
See Also
XML Web Service Builder | Services Tab, XML Web Service Builder