function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Carlos FrancoCarlos Franco 

SOAP API problem to log in(Log In to Your DE Org)

Hello... I am trying to login SOAP API but I am geeting the fllowing errot -> Invalid Password (I could check that in Login History)

I reseted my pw and my token... and I am using 

         <urn:username>carloslamardev@celfranco.com</urn:username>
         <urn:password>wwwwwwwwETbFhywknxuF9R18GENCaHq1T</urn:password>

Where wwwwwwww is my pw to log in Salesforce.

Not sure what to do now... Can anybody help me?

Thanks a lot

Carlos

 

SandhyaSandhya (Salesforce Developers) 
Hi,

I was able to clear this error once I deleted the project and created a new one.

Please try for that.Let me know if you need further help.

Thanks and Regards
Sandhya
Carlos FrancoCarlos Franco

Hi Sandhya.... still not working

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:enterprise.soap.sforce.com">
   <soapenv:Header>

   </soapenv:Header>
   <soapenv:Body>
      <urn:login>
         <urn:username>carloslamardev@celfranco.com</urn:username>
         <urn:password>wwwwwwww3ETbFhywknxuF9R18GENCaHq1T</urn:password>
      </urn:login>
   </soapenv:Body>
</soapenv:Envelope>


------------ Error
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sf="urn:fault.enterprise.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>sf:INVALID_LOGIN</faultcode>
         <faultstring>INVALID_LOGIN: Invalid username, password, security token; or user locked out.</faultstring>
         <detail>
            <sf:LoginFault xsi:type="sf:LoginFault">
               <sf:exceptionCode>INVALID_LOGIN</sf:exceptionCode>
               <sf:exceptionMessage>Invalid username, password, security token; or user locked out.</sf:exceptionMessage>
            </sf:LoginFault>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

------ Login History

27/12/2016 15h30min3s BRST187.106.74.230Other Apex APIInvalid PasswordN/Alogin.salesforce.comBrazil

Carlos FrancoCarlos Franco
any help? :(
 
SandhyaSandhya (Salesforce Developers) 
Hi,

I have tested today with same steps as in trailhead module and it is working for me.I would suggest you uninstall SOAP UI and install it again and also try with new DE edition.

https://trailhead.salesforce.com/api_basics/api_basics_soap

Hope this works for you.

Thanks and Regards
Sandhya
Carlos FrancoCarlos Franco
Hi Sandhya , it is working now.. thanks a lot :)