Generated WCF Service Files for WCF Services Using Scaffolding

Note: In this section, <codefilename> refers to the code file name specified on the Scaffold Unisys WCF Service for ePortal Data Source Dialog.

When you create an ePortal WCF Service Application using Scaffolding, the project contains the CustomUserNameValidator.cs file to implement custom validation. This file is located in the App_Code folder. This file contains simple implementations of validators for Username/Password and Certificates. By default, these validators only check for null values. Refer to Programming in the Custom Validators for WCF Services Using Scaffolding for more information.

When you scaffold an ePortal WCF Service Application using Scaffolding with the Scaffold Unisys WCF Service for ePortal Data Source Dialog, ePortal generates an interface containing the service contract and a class containing the service implementation.

Refer to Creating a WCF Service Application using Scaffolding for more information.

In particular, ePortal generates the following files in the root folder: