Template page PCF files removed

The Configuration Upgrade Tool deletes PCF template pages. These pages have a <TemplatePage> root element. The upgrade also removes <EntryPoint> elements that reference template pages.

Typical uses of <TemplatePage> were for reports generated from a template for PolicyCenter user interface users. The closest replacement for this context is a custom servlet. See Servlets. Your servlet implementation class can use Gosu templates and render a Gosu template. See Overview of using Gosu templates for data extraction. Also see Templates.

For more programmatic (rather than user interface) access to Gosu templates, replace template pages by a custom web service. Your web service implementation class can use Gosu templates and render a Gosu template. See Web services.