JFDu / salesforce-dotnet

Automatically exported from code.google.com/p/salesforce-dotnet
0 stars 0 forks source link

There is no wsdl on setup>develop>API #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Loging by username and password
2.navigate setup>develop>API
3.reading the page

What is the expected output? What do you see instead?
>>It should have a wsdl.exe or SforceService.cs file, but found a simple
html page with the link http://developer.salesforce.com.

What version of the product are you using? On what operating system?
>> I am using asp.net c#, OS windows Xp

Please provide any additional information below.

Original issue reported on code.google.com by prakashn...@gmail.com on 30 May 2009 at 9:53

GoogleCodeExporter commented 8 years ago
What version of SalesForce do you have?

Original comment by stiansol@gmail.com on 30 May 2009 at 2:44

GoogleCodeExporter commented 8 years ago
Don't you see the screen below? We have Enterprise edition. You might have to 
upgrade, 
a little uncertain at what version you get access to SOAP.

Original comment by stiansol@gmail.com on 30 May 2009 at 2:50

Attachments:

GoogleCodeExporter commented 8 years ago
I don't see a download.  This is what I see.  This is the very latest version 
of 
Salesforce, so I guess this has all changed...

Original comment by Mobilesa...@gmail.com on 15 Jan 2010 at 5:41

Attachments:

GoogleCodeExporter commented 8 years ago
@Mobilesamsmith

Just click the "Generate Enterprise WSDL" link. That will run and build the 
WSDL for 
you in XML format and output it to your browser as XML. From there all you have 
to do 
is 'Save As' say 'enterprise.wsdl.xml' for example; into the root of your 
project.

From there you can import the WSDL in Visual Studio, just be sure to have the 
full 
path handy like 'C:\VisualStudio\MyProjects\MySalesforceAPIProject\Src\' or 
whatever 
the file path is for Visual Studio to find it.

Original comment by mteece@gmail.com on 18 Jan 2010 at 2:45

GoogleCodeExporter commented 8 years ago
I'm having a similar problem, this is what I see, 
am i doing something wrong? 
I click on Settings | Developer | API, and there's no place to generate the 
WSDL file.   
Am I missing something? 

Original comment by ddsh...@gmail.com on 19 Apr 2010 at 11:16

Attachments:

GoogleCodeExporter commented 8 years ago
If you are using Saleforce commercially (i.e. for your business or a client NOT
development version) you may have to upgrade your Salesforce to get the WSDL's.

If you are on a Developer version of Salesforce, you should see the something 
similar
to the image in Comment #2 with a list of links to the Enterprise WSDL, Partner 
WSDL,
and so on.

Original comment by mteece@gmail.com on 20 Apr 2010 at 12:23

GoogleCodeExporter commented 8 years ago
Thanks, 
Upgrade to what? 
We're using enterprise edition, and the only one who can see the WSDL file is 
the 
system administrator, even though I've given "modify all data" privileges to 
other 
users.  

Original comment by ddsh...@gmail.com on 22 Apr 2010 at 2:55

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
No problem. Okay so you have Enterprise Edition so you don't have to upgrade 
your account(s) or anything.

That said, as long as you are an Administrator and logged into Salesforce as an 
Administrator you should be seeing the 
links to Generate the WSDL files under Setup > App Setup > Develop > API under 
WSDL and Client Certificates.

I believe the user account requires System Administrator to access those 
WSDL's. The System Administrator Profile 
should have API Enabled set I am guessing. This is under Setup > Administration 
Setup > Profiles > System 
Administrator. (the setting is under the Administrative Permissions section 3/4 
of the way down the page).

Just a heads up that after you get this working, egnerate the WSDL, import to 
VS, you should make an account that is 
purely for API access only, you will have to go through some steps to do that 
to (generate a unique access key for 
your user so it can access the API from .Net).

Original comment by mteece@gmail.com on 22 Apr 2010 at 5:55

GoogleCodeExporter commented 8 years ago
OK, 
The user we're trying to give access to is not a System Administrator, we 
created a 
special profile with "Modify All Data" privileges, because, according to this: 
www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_steps.htm
That's all that's needed.  

Original comment by ddsh...@gmail.com on 22 Apr 2010 at 7:04

GoogleCodeExporter commented 8 years ago
Thank you for the clarification, I had created something similar on my 
development 
account with the Modify All Data privileges (literally just looked it was so 
long 
ago). Most other instances a client or client IT department grants privileges 
and 
sets up the account without me ever involved.

You know? Now that I think about it the WSDL question has come up so many times 
we 
should probably post that link instead this whole time. Perhaps we should 
update the 
wiki with 
[http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_quickstart_s
teps.
htm]

Original comment by mteece@gmail.com on 22 Apr 2010 at 9:03

GoogleCodeExporter commented 8 years ago
@mteece Would you like to have access to update the wiki?

Original comment by stiansol@gmail.com on 23 Apr 2010 at 10:46

GoogleCodeExporter commented 8 years ago
@stiansol That would be great if you could provide me access to the Wiki. I was 
curious 
if you were open to me contributing to the project. I looked through the 
Project Home 
and some of the items better error handling, better logging, query via LINQ:, 
LinqToSalesforce, and better unit testing. Maybe we can chat one on one off 
thread 
here.

Original comment by mteece@gmail.com on 23 Apr 2010 at 1:03

GoogleCodeExporter commented 8 years ago
@mteece You can reach me at skype: naits100 or email stiansol - gmail - com

Original comment by stiansol@gmail.com on 23 Apr 2010 at 1:06