Dear, guru
We develop portal using Web Dynpro framework. We have developed numerous iViews which form our portal functionality. The user may log in, log out, build reports and etc. All of these is standard portal using (UI interaction). Now we should add a feature which allow to interact robots with portal. Robot is some program which are not manipulated by user. For this purposes we develop a servlet which process a regular HTTP GET and MULTIPART POST requests from robots. HTTP GET request contains info about user login and user password as well.
How to integrate a servlet into portal using NWDS as dev tools? Moreover, how to authenticate in portal using a params passed in HTTP GET request? I think The solution may be around of DC public parts, some interfaces for authentication, j2ee DC development and other related. Please, figure out some ideas and step-by-step instructions.
Any help are welcome!