Interact with the Force.com SOAP and Metadata APIs using SOAP and .NET without proxy classes
Перейти к файлу
Wade Wegner 5d4f4e6c68 Update README.md 2014-02-21 12:59:49 -07:00
src Added code 2014-02-21 12:11:00 -07:00
.gitignore Initial commit 2014-02-21 11:07:54 -08:00
LICENSE Initial commit 2014-02-21 11:07:54 -08:00
README.md Update README.md 2014-02-21 12:59:49 -07:00

README.md

Create Custom Objects Using the Force.com SOAP API with .NET

Interact with the Force.com SOAP and Metadata APIs using SOAP and .NET without proxy classes.

Getting Started

After you clone the repository make the following updates:

  1. In Program.cs update the userName. You may want to add your security token.
  2. In Program.cs update the password.
  3. In Program.cs update the orgId.

Build, run, and enjoy!