Skip to Content
0
Former Member
Aug 04, 2005 at 03:02 PM

EP Authentication through WebService

110 Views

Hi all,

I need to implement a login module in a .NET standalone application that gets the user profile in EP 6.0 SP2. Next the app will send some SOAP messages to SAP XI.

I want to validate the user and password from a .NET login screen and validate the user & password in the Portal.

I have read something about UMWebService but it doesn't include any login method.

Another question is how to authenticate in the UMWebService if it's set HIGH_LEVEL security zone. I am able to execute it with Everyone access permitted, but if I avoid Everyone access to the security zone how can I pass the user & password to the WebService from .NET app. If this is possible with something like "Credentials" object, I can execute some dummy method in the standard WebService and if I get response I assume that the user is authenticate because it has been able to execute the webservice. If not, and exception "Authentification error while executin UMWebService".

Any solution for this problem?

Any other solution?

Thanks