Hi All,
We have a requirement of constructing Taskspace URL in a third party application.
The landing page of this URL should be the search result page(Login is required).
Can you please help me out in this as I am getting NullPointerExceptions and other errors as I try out different URLs.
For e.g.
http://localhost:8080/app/component/search?docbase=docbasename&appname=appname&username=dmadmin&ticket=dmadmin&query=select%20*%20from%20docbase%20where%20some_id='3409'&queryType=dql
http://localhost:8080/app/component/login?docbase=docbasename&appname=appname&startUrl=/component/search?query=select * from docbasename where some_id='14750'
Thanks in advance.
JA.