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
CoderCoder 

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?

CoderCoder

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.

gm_sfdc_powerdegm_sfdc_powerde
The initial endpoint URL does not vary by edition, but by the fact whether you want to point to sandbox or production org.

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.
CoderCoder

Thanks for ur reply...

 

 

I'm doing for production, may i know how to enable API calls in Enterprise Edition.

Cool_DevloperCool_Devloper

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

gm_sfdc_powerdegm_sfdc_powerde
The perm that you would want to look for in profile is "API enabled"