DFHWS-URI-RESID container

This is a container of DATATYPE(CHAR) that is only available to applications attached by a JSON pipeline.

This container holds a simplified copy of the URI path (a RESource IDentifier), in which the path URI fragment that was used for URIMAP matching has been removed. For example,

If the URIMAP that matched the incoming request has a PATH of:
/JSONServices/CustomerDetails/*
and the incoming URI from the client was:
http://www.example.org:10000/JSONServices/CustomerDetails/customerNumber/13388?action=query
then the contents of DFHWS-URI-RESID would be:
customerNumber/13388
RESTful JSON applications will be able to use this container to help identify the resource id (or primary key) for RESTful resources that are matched using a wild-carded URIMAP. This should be significantly simpler than parsing through the contents of DFHWS-URI.
Note: If the PATH attribute of the matching URIMAP isn't wild-carded (i.e. it contained the complete Path for the URI), the contents of this Container will be empty.
Note: The PATH attribute of the matching URIMAP may contain an optional query string fragment. If so, the query string fragment is ignored when constructing this container.