You need to sign in to do that
Don't have an account?

How to get Server url in enterprise edition?
Hi,
I'm developing flex application, i'm successfully able to connect to salesforce.com from flex page in hosted environment, but i'm not able to connect it to enterprise edition from flex page, i need to get the server url for enterprise edition.
can anyone help to solve this issue?
https://login.salesforce.com
Cool_D
Thanks for ur reply...
Actually server url is like this
https://www.salesforce.com/services/Soap/u/17.0
when i used this to connect with developer edition from flex its working fine but its not working with enterprise edition.
You might want to check whether you have other env-specific issue. For instance, the user name used by your Flex app may not be API enabled in your EE org. Also, check whether your Flex app uses the server URL returned by login call for subsequent calls. Only logn requests should go to the www URL.
Thanks for ur reply...
I'm doing for production, may i know how to enable API calls in Enterprise Edition.
I think API calls are already supported in EE!
Maybe you can check the profile, with which you are testing, if it has all the necessary permissions.
Cool_D