Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Get all user id's assigned to a user group

Former Member
0 Kudos

Hi All

I need to develop a web service which will accept multiple User Groups (in table format) and shall give user id's with respect to each user group.

There is no requirement to maintain unique record of a user id which makes it little simpler.

I am planning to create a WD Java DC for this purpose and later on converting the same to a web service.

Is this a good approach or should I go with some other approach?

Also, I am not able to find com.sap.security.api.jar in plugins folder of my eclipse.

Can someone provide a link to download this jar file? Also, will it be sufficient to place this jar file in Java Build Path --> Libraries?

I am following below thread to make my DC work.

Thank you.

Regards

Vineet

1 REPLY 1

Former Member
0 Kudos

Hi All

I am able to resolve the issue with com.sap.security.api.jar.

I have added a dependency -  tc/je/usermanagement/api and I am not getting build errors now.

Can you please guide me if it is possible to convert a WD Java project in a web service?

If yes, what are the steps that I need to follow?

Thank you.

Regards

Vineet