1
vote
How do I detect the environment in Salesforce?
The Login API call returns a sandbox element in the returned LoginResult structure that indicates if its a sandbox environment or not, from the WSDL.
<complexType name="L …
