Hello
i wrote a portal service.
i have a faceless web dynrpo application (no view)
can i run a wd application from my service?
i just want it to run without seeing any result.
i tried this code
URL wd=
new URL("http://nessep7cd:50000/myWebDynproApp");
BufferedReader in = new BufferedReader(new InputStreamReader(wd.openStream()));
and it dont seem to run.
any suggestions ?
thanks ahead
Roni.