• LMoncher
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 6
    Replies
Greetings Dev Community,
 
My company is just starting to move over to Salesforce.com and My task is to integrate our existing Client Support site with Salesforce.  To this end we're utilizing the API through C# and ASP.NET.  Another learning curve for me but I'm getting there [our Dev team uses it so it was thought best to go down a route where we have internal support].
 
Apparently there is a difference between a Self Service Session and a Regular User Session, as once I got my code working correctly to validate my self service user I'm getting an exception "INVALID_SESSION_ID: Self Service User Sessions are not valid for use with the API".
 
So what is the difference between a Self Service User Session and a regular session?  What can I do with a self service session?  Am I limited to only validating the login and setting passwords?
 
Thanks in advance!
Hi ,
I have joined salesforce.com newly
I have undergone through all the document for accesing salesforce database.
i have written one webapplication to remotly access salesforce database using C#.
but i am getting exception unable to remotly login to server .
Please provide me the following information
-procedure to connect to salesforce database
- what is endpoint url.
 
 
Greetings Dev Community,
 
My company is just starting to move over to Salesforce.com and My task is to integrate our existing Client Support site with Salesforce.  To this end we're utilizing the API through C# and ASP.NET.  Another learning curve for me but I'm getting there [our Dev team uses it so it was thought best to go down a route where we have internal support].
 
Apparently there is a difference between a Self Service Session and a Regular User Session, as once I got my code working correctly to validate my self service user I'm getting an exception "INVALID_SESSION_ID: Self Service User Sessions are not valid for use with the API".
 
So what is the difference between a Self Service User Session and a regular session?  What can I do with a self service session?  Am I limited to only validating the login and setting passwords?
 
Thanks in advance!