Open GoogleCodeExporter opened 8 years ago
What version of SalesForce do you have?
Original comment by stiansol@gmail.com
on 30 May 2009 at 2:44
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:
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:
@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
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:
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
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
[deleted comment]
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
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
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
@mteece Would you like to have access to update the wiki?
Original comment by stiansol@gmail.com
on 23 Apr 2010 at 10:46
@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
@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
Original issue reported on code.google.com by
prakashn...@gmail.com
on 30 May 2009 at 9:53