Hi,

Does the RESTful service framework have a means to protect data that contains a '/' in the key? e.g. HP11/1101

Code:
http://localhost:80/TriumphWS/6.2/rest/stockenquiry/HP11%2F1101
returns the following message

Code:
{
"Unrecognised": "The combination of the verb GET and the resource '/stockenquiry/HP11/1101' was not recognised"
}