A recent company project to invoke Salesforce's CRM system API, some of the problems encountered in the record
One: Add a Web Service reference
1.1
1.2
1.3: Copy Address bar address
1.4 Paste the copied address contents into the URL input box
Second: Compile the project, click Start Run
2.1: Direct Error
2.1: All blame we too believe Microsoft, vs also have bug, later in a foreigner blog to see similar situation, F12 into the generated SforceService.cs press ctrl+f find all Listviewrecordcolumn
Listviewrecordcolumn[][] Two-dimensional array delete a [] change to listviewrecordcolumn[], recompile, and everything is fine.
Third: Subsequent calls to the corresponding increase, delete, change operation
3.1: The login interface must be called before the subsequent operation
3.2: Add, modify, delete
Finally, attach the official online documentation
http://www.salesforce.com/us/developer/docs/api/index_Left.htm#CSHID=sforce_api_calls_upsert.htm| starttopic=content%2fsforce_api_calls_upsert.htm| Skinname=webhelp
C # calls Salesforce WebService Auto-generated CS file bug