cancel
Showing results for 
Search instead for 
Did you mean: 

Global data sharing

Former Member
0 Kudos

hi

We are trying to share data across webdynpro applications within the portal context. Is there a way to do it other than URL rewriting. Any input in this regard would be of great help.

regards

Steve

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Steve

You can use portal service for global data sharing.

refer to this document

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/how to access a portal service within a web dynpro java application.pdf

it should give you some help.

regards

ravi

Former Member
0 Kudos

hi ravi

thanks for the help. But is it possible to share the data even if i have 2 different instances of J2EE using portal service.

regards

Steve

Former Member
0 Kudos

hi

No you cannot share the data if you have 2 separate J2EE instances for Portal runtime and Webdynpro runtime. But if you still want to achieve the functionality you can expose the Portal service as a webservice. You will have to write some custom code for that. Then you can import the webservice in your WebDynpro object as a model and then consume it.

If you require some more information let me know.

regards

ravi

Former Member
0 Kudos

Hi

Do you have some sample code for making a portal service as a webservice.

regards

Steve

Former Member
0 Kudos

hi

I will mail you a sample code tomorrow. I dont have it with me right now.

regards

ravi

Former Member
0 Kudos

hi

thanks for the help

regards

Steve

Answers (0)