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

How do i create lead using .net webservice
Has any one tried this. I want to create Lead from webservice. Can you please help
You need to sign in to do that
Don't have an account?
Has any one tried this. I want to create Lead from webservice. Can you please help
Hi,
You can go to http://www.salesforce.com/us/developer/docs/api/index.htm
Go to Getting Started --> Introducing API --> Quick Start --> Sample 4: Walkthrough code.
Here you will find the steps and sample code to create the record from .NET (sample code for C# after sample Java Code)
If you still have any issues, you can post it.
Mandar.
You will have to refer partner.wsdl in .Net aplication. Then try the following code to create lead.
Thanks
Devendra
Hi,
Could you please post the error message tht you are getting on upsert?