Skip to Content
0
Former Member
Nov 02, 2005 at 09:36 AM

Accessing Portal UME from Webservice

77 Views

Hi,

I'm trying to write a webservice which is creating a new portal-user.

For this I need to access the portal-UME, and I thought it can be accessed using the package com.sap.security.api. Is this really correct?

But I do not know how to refrence to this package. I tried setting up an "External Library DC" and put the jar-file (com.sap.security.api.jar) in there, then adding the jar-file to the public part of that library-DC.

But how can I use this package in the weservice-DC? I tried adding it as an external JAR to the build-path (properties->Java Build Path->Add jars...), but building the DC resulted in an build-error ("com/sap/security/api/UMException).

Thank You very much for Your help, regards

Jan Hempel