I have a Component Interface that I call from a Webservice to return some details of an Employee.
EMPLID is the only Find Key for the CI.
The Webservice used Basic Authentication and the permission list tagged to the user has full access to the CI.
Also, data corresponding to a particular employee is present in the system.
However, when the Webservice tries to invoke the CI, it throws and error: No rows exist for the specified keys.
How would you go about solving this issue?
Related Questions