cancel
Showing results for 
Search instead for 
Did you mean: 

How to call WebDynpro application from an external application

Former Member
0 Kudos

Hi All,

I have an external application, from which an existing webdynpro application should be accessed.

Is there any way i can access WebDynpro application through an URL, so that i can access the same from the external application.

I have to pass a parameter also in the url from extrenal application for which that data should be displayed.

Thanks

Supriya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Supriya,

When you run your WD application you will get a url, you can take that url and append the parameters list to it as below:

http://<host>:<port>/webdynpro/dispatcher/<namespace>/<dc name>/<application name>?param1=value1&param2=value2

Revert back with questions.

MLS

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks for the reply

Former Member
0 Kudos

Hi,

I went to the propeerties tab and it did not have anything what you have mentioned. Let me know the exact location.

Also tell me the exact way to pass parameters in the url and access the same in WebDynpro application.

Thanks

Supriya.

Former Member
0 Kudos

You can call a web dynpro application from an external app by using the web dynpro application url.

Go to WD application in studio and look at the properties tab, you will find the url.

It should be something like this:

http://<host>:<port>/webdynpro/dispatcher/<namespace>/<dc name>/<application name>

MLS

Former Member
0 Kudos

Hi

Go to portal Content Administration -> Webdynpro -> Your Application ->Run

you will get the URL.

Regards

-SS