E
egarcia
Guest
If you see nothing in Response Data in the Catalog Viewer, then it would mean that the invoke operation failed. The Network tab in the Developer Tools in web browser would also show that a 404 error happened internally. Note: The Network tab would also show the details of the request. You would see there that the filter is set to something like: {"skip":0,"top":5} In the URL, you see the encoded representation. The 404 error would mean that the deployed service does not have the method or an error happened on the server side. You can check the following files: 1) oepas1/webapps/psLogGUI/WEB-INF/adapters/rest/psLogGUIService/stagingDir/resourceModel.xml file: This file should have a reference to the MyCount path. 2) oepas1/logs/oepas1.agent.log: In this file, you should see whether there were errors while executing the method in the Business Entity. You can add MESSAGE statements to the Business Entity class for additional debugging. If would like to have someone look at this environment with you, perhaps, you could contact Technical Support to get assistance and look at the issue via screen sharing. I can also join to see the issue and provide suggestions. I hope this helps.
Continue reading...
Continue reading...