cancel
Showing results for 
Search instead for 
Did you mean: 

get Portal System Details from a webdynpro screen

Former Member
0 Kudos

Hi,

I would like to retrieve the properties/details a system that i created in System Configuration Workset in portal.

the details i require are as follows.

-> Server

-> Port

->User Mapping (User id & password).

I'm doing this from a webdynpro for java screen. I tried some options using the pointers given in /thread/22572 [original link is broken]. But my first line of the code

ISystems mm_systemsService = (ISystems) PortalRuntime.getRuntimeResources().getService(ISystems.KEY);

throws an error and i get Failed to process the request screen.

Can some one pl. try and tell me why i get the error or if i'm proceeding in the wrong direction, can someone guide me to accomplish my task?

thanks

regards,

~ak.

PS: Points assured for good posts with explanations.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arun,

Please send the stack trace.

regards

Sumit

Answers (1)

Answers (1)

Former Member
0 Kudos

Write a portal service to accomplish this and consume that service in WDP.