Hy All,
i want to call a URL (WWW) directly from a WebDynpro-Application. But i found no stuff how to do this.
URL myUrl = new URL("http://www.google.de");
wdThis.wdInterfaceViewController().wdFirePlugStartAppExit(myUrl);
I know how to read parameters of the URL, but i have Problems to create a URL-Call.
Who can help ?
Do I need a urlConnection ?
Thanks for help.
By Jürgen