The ASP.NET Web Services generator is a plug-in for Component Enabler. It generates a Web Services interface which is based on the Web Services infrastructure provided by Microsoft .NET connected technology.
For Agile Business Suite customers, the ASP.NET Web Services generator serves as an alternative to the Enterprise Application Environment Release 3.3 Web Services generator, which is based on the Microsoft SOAP Toolkit and is currently on extended support from Microsoft.
The ASP.NET Web Services generator takes a Bundle of Ispecs and generates the following source files in C# to the Views directory:
A C# class file for each Ispec in the bundle
One .asmx Web Service file
One .asmx.cs containing the code behind of the Web Service file
A Visual Studio project file
Web Services are generated for deployment on Microsoft Web Server platforms with the Microsoft .NET Framework.