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
Apex codingApex coding 

Apex Web services API

Hi
 
Iam trying to login using Java code with sales Force using Web Services API
 
Iam not able to login, Iam getting a flag as INVALID_LOGIN
 
Actually I have Sales Force User Name and password and Iam trying to login to Force.com Sand Box
can any one help me to resolve this problem
 
 
ckempckemp
You might have better luck getting this question answered on the Java Development board.
SuperfellSuperfell
Your probably accessing the API from an IP address that's not been whitelisted, and so will need to use both your password and security token, see identity confirmation in the salesforce.com help.