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.
  • 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.

See Also

XML Web Service Builder | Services Tab, XML Web Service Builder