Skip to main content

What the Web Service Wizard Does

The Web Service Wizard creates a Web Service class.

A Web Service class is simply a class that:

  • is derived from the %SOAP.WebServiceOpens in a new tab class,

  • defines a set of class parameters that define certain features of the Web Service, such as the name of the service,

  • and, defines the actual methods of the Web Service as a set of one or more class methods with their WebMethod keyword specified.

FeedbackOpens in a new tab