cancel
Showing results for 
Search instead for 
Did you mean: 

FAILED_AUTHENTICATION while connecting to Success factors

Former Member
0 Kudos

Hi,

Firstly I am trying to test login web service from SOAP UI -> Success factors and getting the below error.

LOGIN REQUEST:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:sfobject.sfapi.successfactors.com">

   <soapenv:Header/>

   <soapenv:Body>

      <urn:login>

         <urn:credential>

              <urn:companyId>test1</urn:companyId>

            <urn:username>test</urn:username>

            <urn:password>xxxx</urn:password>

            <!--Optional:-->

            <urn:developerKey>?</urn:developerKey>

         </urn:credential>

         <!--Zero or more repetitions:-->       

      </urn:login>

   </soapenv:Body>

</soapenv:Envelope>

RESPONSE :

<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">

   <S:Body>

      <loginResponse xmlns="urn:sfobject.sfapi.successfactors.com" xmlns:ns2="urn:fault.sfapi.successfactors.com">

         <result>

            <sessionId xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>

            <msUntilPwdExpiration xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>

            <error>

               <errorCode>FAILED_AUTHENTICATION</errorCode>

               <errorMessage>Authentication failed, no API login permission(status code = 14)</errorMessage>

            </error>

         </result>

      </loginResponse>

   </S:Body>

</S:Envelope>

Do I need to check any where in success factor UI level after I login.

Appreciate your help.

Regards,

Venu.

Accepted Solutions (0)

Answers (2)

Answers (2)

pvishnuvardan_reddy
Active Contributor
0 Kudos

Hi Venu,

Can you refer the below links and see it helps you.

https://scn.sap.com/thread/3783557

iaki_vila
Active Contributor
0 Kudos

Hi Venugopalarao,

Have you imported successfactor certificates?

Regards,

andrzej_kloc5
Discoverer
0 Kudos

Hi Venugopalarao Immadisetty,

I have exactly the same Problem. have you found solution ?