Hi
i'm trying to logon to Project Server via a webservices located in the PSI (LoginForms) through java.
The Project Server is well configured as I can login with forms-based to PWA through a browser.
The response of the server is as following:
the server couldn't process the request --> Der Client konnte die Anforderung aufgrund eines internen Fehler nicht verarbeiten. Wenn Sie weitere Informationen zum Fehler erhalten möchten, aktivieren Sie entweder IncludeExceptionDetailInFaults (entweder über das ServiceBehaviorAttribute oder das <serviceDebug>-Konfigurationsverhalten) für den Client, um die Ausnahmeinformationen zurück an den Server zu senden, oder aktivieren Sie die Ablaufverfolgung gemäß der Microsoft .NET Framework 3.0 SDK-Dokumentation, und prüfen Sie die Serverablaufverfolgungsprotokolle.
When i pass wrong credentials to the webservice the response is the expected one: false.
I could successfully logon to a SharePoint site (using authentication webservice) through the the application, using the same credentials as in Project Server.
Anyone can help to solve this issue?
Thanks!