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

How to generate enterprise wsdl file?
Hi,
I need to download enterprise wsdl for my production.
The procedure which i am following is :
1) Go to Setup -> Develop -> API
2) Right click on "Generate Enterprise wsdl" and choose "save target as".
Saved file is called "generateEnterpriseWsdl.apexp". It doesnt have .wsdl ext.
Is this the right procedure?
Plz help.
when you click the generate WSDL button, the wsdl source code will be displayed in your brower as text.
you then have to use the browser file->save as menu to save the text to a file on your local machine.
you need to choose the filename and extension during this save operation.. I user sfdc_enterprise.wsdl so I remember later.
I have only use the firefox browser during this operation
Sam
All Answers
delete extension apexp. save as like this "generateEnterprise.wsdl"
Thanks..
I tried by changing the name of "generateEnterprisewsdl.apexp" to enterprise.wsdl but it generated the following exceptions:
1) Go to Setup -> Develop -> API
2) Generate Enterprise WSDL
3) Click on Generate Button
4) after page load completed go to file menu save page as "generateEnterprise.wsdl"
When I am clicking on "Generate" button, page is linked to another page which displays following text:
Login to the Salesforce.com SOAP Api Describe an sObject Describe a number sObjects Describe the Global state Describe all the data category groups available for a given set of types Describe the data category group structures for a given set of pair of types and data category group name Describe the layout of an sObject Describe the layout of the SoftPhone Describe the tabs that appear on a users page Create a set of new sObjectsUpdate a set of sObjects Update or insert a set of sObjects based on object id Merge and update a set of sObjects based on object id Delete a set of sObjects Undelete a set of sObjects Empty a set of sObjects from the recycle bin Get a set of sObjects Submit an entity to a workflow process or process a workitem convert a set of leads Logout the current user, invalidating the current session. Logs out and invalidates session ids Get the IDs for deleted sObjects Get the IDs for updated sObjects Create a Query Cursor Create a Query Cursor, including deleted sObjects Gets the next batch of sObjects from a query Search for sObjects Gets server timestamp Set a user's password Reset a user's password Returns standard information relevant to the current user Send outbound email ...
I dont understand what it is all about.
when you click the generate WSDL button, the wsdl source code will be displayed in your brower as text.
you then have to use the browser file->save as menu to save the text to a file on your local machine.
you need to choose the filename and extension during this save operation.. I user sfdc_enterprise.wsdl so I remember later.
I have only use the firefox browser during this operation
Sam
i am getting same error in chrome, But firefox is wrking fine.
Earlier I was using chrome but then i switched to mozilla firefox and got success in saving the wsdl file as suggested.
Thanks.
I'm using 30 day trial, will that be a problem?
Have the same issue as ray cheng.
Is it restriction of trial version?
Marco
I got this reply back for my question regarding the Enterprose WSDL file problem in salesForce forum:
"This is due to the fact that within trial orgs you cannot do development as Salesforce does not provide development capabilities in trial org.
If you want to download wsdl and do any development, then you would have to upgrade your edition from trial orgs to either developer, enterprise or unlimited editions because in these editions by default you get these options to download wsdl and do any kind of development."
We have the Enterprise version, not a trial version and there is no Generate button or Enterprise WSDL link.
I can generate the WSDL by clicking that button. However, my problem isthat, it always generate the WSDL with current API version which is 53. However, I would like to generate the WSDL for API version 48, since version 53 WSDL cannot work with JDK 8, it need higher JDK versions.
Anybidy have ideas how could we generate WSDL for older API versions?