To invoke an ASP.NET Web Client application, an Http handler is used. This handler is of the form <trancode>.ashx or <loadmodule>.ashx. If the trancode and load module names are the same, <trancodeORloadmodule>.ashx will invoke processing for <trancode>.ashx. The load module can be explicitly invoked by specifying <loadmodule>_Im.ashx. Using <loadmodule>_Im.ashx invokes the default procedure step for the load module specified.
There is a web.config file that gets created with ASP.NET Web Client applications. This web.config contains mappings for Http Handlers to the runtime. The runtime infers the requested trancode from the mappings in web.config.
GUI applications allow you to define CLEAR SCREEN INPUTS at execution time, which affect the processing of the application. For ASP.NET Web Clients to use CLEAR SCREEN INPUTS, they must be sent on the URL as a parameter at request time:
<http://<hostname>/<application>/<trancode>.ashx? clearScreenInputs=myvalue
|
Copyright © 2013 CA.
All rights reserved.
|
|