Create Legacy Adobe Analytics SOAP credentials for a new user | Community
Skip to main content
November 11, 2021
Solved

Create Legacy Adobe Analytics SOAP credentials for a new user

  • November 11, 2021
  • 3 replies
  • 1559 views

 

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

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by isinha

@nakul_v - Just to add, SOAP API is deprecated and it's no longer supported by Adobe Analytics.

https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/APIEOL.md?mv=email

3 replies

Adobe Employee
November 11, 2021

Hi @nakul_v You can get the new credentials from the Project you have created in Adobe Developer Console. Please navigate to 'Service Account (JWT)' option from the left hand rail to view all the required details.

 Can you please try using these details and check if you are able to authenticate.

Nakul_VAuthor
November 12, 2021

we tried that  and  mapped it with the SOAP application parameter

it did not work

isinhaAdobe EmployeeAccepted solution
Adobe Employee
November 12, 2021

@nakul_v - Just to add, SOAP API is deprecated and it's no longer supported by Adobe Analytics.

https://github.com/AdobeDocs/analytics-1.4-apis/blob/master/docs/APIEOL.md?mv=email

Adobe Employee
November 12, 2021

I believe the only alternative will be to use REST APIs. Let us know if we didn't understand your question.