Hey guys,
I am trying to develop my own little uwl and to run this from an mobile device. There are a lot of questions to me, but the key question for me is how to get the relative URL from my JSP that I created and to which I want connect my task. When I start the process and I click on the generated task in the uwl from the standard Portal I get an 105 Error:
Fehler 105 (net::ERR_NAME_NOT_RESOLVED
This is the url that is getting called when I click on the task:
3DSAP_LocalSystem%26WebDynproDeployableObject%3Dsap.com%2Ftc~bpem~wdui~taskinstance%26
navurl%3A%2F%2F5ca925ffc4728532a8fb89428d9a3dca&NavMode=1&CurrentWindowId=WID1381239106054
I dont understand why there are so much web dynpro parameters in the link cause I set the UI component to my JSP!
My file structure
When I look into the Deployment View, there is no "bpmapitest/ui/web" -folder.
Is there perhaps a Deployment Problem?
I look forward to any response.
Sincerely Domnik
edit: I deployed another Dynamic Web Projekt with an simple jsp as War-File on the AS and set the url to the task but still the same problem.
Error 105. ;(