Skip to Content
0
Sep 24, 2008 at 05:09 PM

running faceless wd application from portal service

21 Views

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.