Skip to Content
0
Sep 25, 2008 at 01:27 PM

running faceless wd application url from a service

45 Views

Hello

i have a faceless web dynrpo application (no view) and i want to run it from a portal service.

when i use this code

URL wd=    new URL("http://nessep7cd:50000/myWebDynproApp");
BufferedReader in = new BufferedReader(new InputStreamReader(wd.openStream()));

all i get in the in.readline is html page with message "your browser dont support web dynpro" and nothing is being executed from the application.

how can i run my wd application form other java class or portal service?

i just want it to run without seeing any result.

thanks

Roni.