cancel
Showing results for 
Search instead for 
Did you mean: 

Call a Portal component on remote portal from web dynpro

Former Member
0 Kudos

Hello Experts,

Please help me on the following requirement...

I have a Web Dynpro Java application running on Portal Server1 , from this i want to call a portal component on Portal Server 2 (which is actually a KM portal)

with some parameter say a Url.

This portal component needs to do something and then return a parameter to the calling web dynpro application on Portal Server1 ..

Kindly suggest the correct approach of how this cross Portal Server communication between a Web Dynpro Application and a Portal Component can be achieved..

Regards

Sundeep

Edited by: Sundeep Sethi on Feb 24, 2008 7:10 PM

Edited by: Sundeep Sethi on Feb 25, 2008 9:28 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Create a Portal Service for the Portal Component and then expose it as a webservice.