Create Legacy Adobe Analytics SOAP credentials for a new user
Hi Everyone,
We are using a legacy application which uses SOAP interface get report from adobe analytics (omniture) .
Unfortunately we deleted the user who's credentials were used to access the adobe.
We tried creating a new user and used adobe developer console to get credentials (jwt and oauth)
The authentication parameters required in SOAP application was the following
CLIENTID --- mapped to CLIENT ID from the adobe dev console
SECRET --- mapped to SECRET KEY from the adobe dev console
USER -- mapped it to the email id of the newly created user
PASS -- mapped it to the password of the user
This failed to authenticate in the application.
Its an old application , so modifying the application to use rest api will take months
adobe API version used is 1.4
we suspect that there are two possibilities
1. we might have made a mistake in mapping credentials from adobe dev console to the SOAP application
2. or a new users cannot access adobe analytics via SOAP api methods.
Any suggestions to fix the authentication issue will be helpful.
Thanks,
Nakul

