• HARDIK KALATHIYA
  • NEWBIE
  • 10 Points
  • Member since 2015
  • Salesforce Developer
  • Gilead Sciences


  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 0
    Replies
User-added image
Trying to solve this badge:
https://trailhead.salesforce.com/en/content/learn/modules/api_basics/api_basics_soap

Resource URL:
https:/https://wise-panda-brtwcw-dev-ed.lightning.force.com/services/Soap/c/48.0/0DF5w0000008ZVP
<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>example1</urn:username>
         <urn:password>Example2</urn:password>
            </urn:login>
   </soapenv:Body>
</soapenv:Envelope>Request:
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:LOGIN_MUST_USE_SECURITY_TOKEN</faultcode>
         <faultstring>LOGIN_MUST_USE_SECURITY_TOKEN: Invalid username, password, security token; or user locked out. Are you at a new location? When accessing Salesforce--either via a desktop client or the API--from outside of your company’s trusted networks, you must add a security token to your password to log in. To get your new security token, log in to Salesforce. From your personal settings, enter Reset My Security Token in the Quick Find box, then select Reset My Security Token.</faultstring>
         <detail>
            <sf:LoginFault xsi:type="sf:LoginFault">
               <sf:exceptionCode>LOGIN_MUST_USE_SECURITY_TOKEN</sf:exceptionCode>
               <sf:exceptionMessage>Invalid username, password, security token; or user locked out. Are you at a new location? When accessing Salesforce--either via a desktop client or the API--from outside of your company’s trusted networks, you must add a security token to your password to log in. To get your new security token, log in to Salesforce. From your personal settings, enter Reset My Security Token in the Quick Find box, then select Reset My Security Token.</sf:exceptionMessage>
            </sf:LoginFault>
         </detail>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>
 
Hi, I have cleared more then 6 badges and havent received any emails about it. Can somebody help?
To pass this challenge, create a new list view which only shows contacts belonging to you that have been created or modified in the last week.The list view must be named 'My Recent Contacts'.
The list view should only be visible to you.
The list view must show contacts belonging to you that have been created or modified in the last week.Check Challenge

below is the error showing for this challenge
Challenge Not yet complete... here's what's wrong: 
The 'My Recent Contacts' list view was not found.