cancel
Showing results for 
Search instead for 
Did you mean: 

Getting of User Mapping

Former Member
0 Kudos

Hi all,

I'd like to ask you for help me with getting of UserMapping in Portal. I am creating WebDynpro application in which I want to retrieve UserMapping data for some Portal users.

I found many solutions through this forum, but I cannot use it because of some Portal-WebDynpro restrictions >> "Portal service could only be used if WebDynpro application and Portal platform run on same machine".

<b>Is any way how to retrieve UserMapping data of Portal users in my WebDynpro instead of using Portal Services?</b>

If it is not possible in WebDynpro, can I do same in JSP for example? I just want to create simple report of all users which have mapped another user and integrate this report into Portal.

Many thanks for help,

Pavel

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Pavel,

Portal services can be setup as web services. If there is not already a web service for the portal service you need, you could create your own portal service and expose it as a web service. Your WD app would then just use the web service like any other web service.

-Cindy

Former Member
0 Kudos

Hi Cindy,

thank you very much for help. I will try to create Portal WebService and include it into my WebDynpro. It will take some time because it is something new for me, but this way (in WebDynpro) is more useful for us.

Otherwise I found some solution (not in WebDynpro). I've creted Portal Application with one simple Portal Component, in which I'm using Portal Services.

Many thanks,

Pavel