CI Based Web-service to the 3rd party for HR self-service transactions
I am providing the CI as a Web Service to the 3rd party using UsernameToken. The generic ID/password has been created with appropriate role/permission to have a full access to all the component interface methods. The CI is used to get the HR self-service transactions based on EmplId. When the Webservice tries to invoke the CI, it throws and error: "No rows exist for the specified keys". It seems as the generic ID Row-level security doesn’t allow access to the data pertaining to the particular EmplId.
Is there any suggested solution for this, or any steps I'm missing?