<cics:urimap> element
The <cics:urimap> element in an Atom configuration file identifies the URI, the user ID, and the transaction name for the URIMAP resource. If you use this element, CICS dynamically creates the URIMAP resource for you.
Contained by:
Attributes
- uri=value
- Specify the common part of the path to the Atom feed. You can extend the path to provide links to individual entries in the Atom feed. The common part of the path must be unique to the Atom feed or collection. You do not have to add an asterisk to the path.
- transaction=transaction
- Specify the name of an alias transaction for the Atom feed. The default alias transaction for Atom feeds is CW2A.
- userid=userid
- Specify the default user ID under which the alias transaction can be attached. When authentication is required for the connection, so that CICS requests an authenticated user ID directly from the client, the default user ID is not used. The authenticated user ID of the client is used instead, or if authentication fails, the request is rejected. If authentication is not required and you do not supply a default user ID, the CICS default user ID is used.
Example
<cics:urimap uri="/atom/scenario/tsq/dfhfeedq" transaction="TEST" userid="USERABC">
</cics:urimap>