cancel
Showing results for 
Search instead for 
Did you mean: 

JSP Webdynpro communication

Former Member
0 Kudos

Hi all,

i'm new to web dynpro. My requirement is to call an web dynpro application from a normal J2EE web application running on the SAP Server. Is there any way to call via normal jsp. is it possible. if so will the session attributes will be visible inside the webdynpro application. How to get those session attributes?

will u please help me out in this.

Thnx & Regards

Ilan

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Try

WDProtocolAdapter.getProtocolAdapter().getRequestObject();

to get the request related

Regards

Ayyapparaj

venkatakalyan_karanam
Active Contributor
0 Kudos

Hi tony

We can communicate to JSP page from webdynpro by using suspend and resume plugs,but as of my knowledge is concerned the reverse communication is possible by calling a webdynpro application link from jsp page .

Regards

Kalyan