To log in using SOAP web services, Login object needs a token.
public class Login {
@XmlElement(required = true)
protected String instanceId;
protected String currentToken;
}
How is the token generated ?
What is the instanceId ?
Is this the username ?