• lily Huang 22
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies
When wrote my UserName and Password + SecurityToken in login file in SOAP API on different PC, then submitted it. I got a message: password expired. but actually I used same username and password without secutity token to access my developer edtion. Anything wrong with my secutity token? Any idea? Is there anywhere to solve this issue?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn:enterprise.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <loginResponse>
         <result>
            <metadataServerUrl>https://na35.salesforce.com/services/Soap/m/38.0/00D410000014NyH</metadataServerUrl>
            <passwordExpired>false</passwordExpired>
            <sandbox>false</sandbox>
            <serverUrl>https://na35.salesforce.com/services/Soap/c/38.0/00D410000014NyH/0DF410000004dM3</serverUrl>
            <sessionId>00D410000014NyH!AQgAQDQr94FSBB7Ir3NksrelBxqWWKBXVw7pKDv2n1CjR_20nMvvTVn708TM0mKkWpEi2CYmj8Ed0Jscb.CpST.mFEU5_sdv</sessionId>
            <userId>00541000001GUb2AAG</userId>




Thanks for any suggestion that you can give.
Lily
When wrote my UserName and Password + SecurityToken in login file in SOAP API on different PC, then submitted it. I got a message: password expired. but actually I used same username and password without secutity token to access my developer edtion. Anything wrong with my secutity token? Any idea? Is there anywhere to solve this issue?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="urn:enterprise.soap.sforce.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <soapenv:Body>
      <loginResponse>
         <result>
            <metadataServerUrl>https://na35.salesforce.com/services/Soap/m/38.0/00D410000014NyH</metadataServerUrl>
            <passwordExpired>false</passwordExpired>
            <sandbox>false</sandbox>
            <serverUrl>https://na35.salesforce.com/services/Soap/c/38.0/00D410000014NyH/0DF410000004dM3</serverUrl>
            <sessionId>00D410000014NyH!AQgAQDQr94FSBB7Ir3NksrelBxqWWKBXVw7pKDv2n1CjR_20nMvvTVn708TM0mKkWpEi2CYmj8Ed0Jscb.CpST.mFEU5_sdv</sessionId>
            <userId>00541000001GUb2AAG</userId>




Thanks for any suggestion that you can give.
Lily
Hi,

I'm looking at Apex & .NET Basics Module and trying to create a Visulforce example page from Trailhead. I copied and pasted code from trailhead, but page preview was weird that missing 'Edit' button compare to the screen from example. Here is my code and my page preview.

My Code and Page Previw

Any idea would be helpful. I really appreciate your help!

Lily