Currently, it works if the namespace or alias is not specified to call an action/function, for example:
~/Employees(1)/GetAccessLevel
According to the OData protocol, functions and actions should be called with namespace- or alias- qualified name.
So, Unqualified action/function name should fail when call this action/function.
~/Employees(1)/GetAccessLevel
According to the OData protocol, functions and actions should be called with namespace- or alias- qualified name.
So, Unqualified action/function name should fail when call this action/function.