Open jmawebtech opened 8 years ago
@jmawebtech Thank you for diving into salesforce-dotnet. It has been awhile since I pulled this off of Google Code before they shut the hosting down. Feel free to fork and contribute too.
I do remember that there were two options for the WSDL; a plain one and an enterprise one. I say try them both to see if it works.
For debugging I used a sandbox account, which did not have access at the time to the enterprise export of the WSDL. That may have changed. It has been some time.
Add this code to the Gaiaware.Core project. It is the enterprise.WSDL with all the objects.
Joseph Anderson
Director, Customer Success
JMA Web Technologies, Inc.
P: (781) 330-0737
Web: http://www.jmawebtechnologies.com
Store: http://www.jmawebstore.com
From: Matthew Teece notifications@github.com Sent: Thursday, May 26, 2016 2:26:14 PM To: mteece/salesforce-dotnet Cc: Joseph Anderson; Mention Subject: Re: [mteece/salesforce-dotnet] Create Orders (#17)
@jmawebtechhttps://github.com/jmawebtech Thank you for diving into salesforce-dotnet. It has been awhile since I pulled this off of Google Code before they shut the hosting down. Feel free to fork and contribute too.
I do remember that there were two options for the WSDL; a plain one and an enterprise one. I sat try them both to see if it works.
For debugging I used a sandbox account, which did not have access at the time to the enterprise export of the WSDL. That may have changed. It has been some time.
You are receiving this because you were mentioned. Reply to this email directly or view it on GitHubhttps://github.com/mteece/salesforce-dotnet/issues/17#issuecomment-221954108
Did you run the wsdl.exe against your WSDL file that you generated on disk? Then used the automatically generated SforceService.cs file? Did you add the SforceService.cs that was generated by your Salesforce Sandbox? Are you in a production system?
The SforceService.cs file is a direct representation of your SObjects against the WSDL file you export. It knows only what you let it know, when you export it. If the objects are not there in the SforceService.cs file, they are not in the WSDL file. There may be a permission or role problem for your user, or otherwise things far beyond the control of the library. If you don't have access on a larger production system then you made need higher access privileges.
The library can only know so much, it's up to the implementation to handle most of the scenarios. As I said before Gaiaware had abandoned the project, so any and all contributions are welcome.
Hi,
I would like to create orders under the order tab in Salesforce, using your API. I have a few questions:
enterprise.zip