function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
LarryKreegerLarryKreeger 

vb.net sforce binding

I suspect this is a I need stronger coffee question but here goes.

 

I've looked at the exambles of using the Salesforce API with VB.net and they seem clear except they

have references to "binding".  For example:

 

binding.update(New sObject() {p})

 

They don't explain where the binding reference comes from.  I suspect that it is a soap binding.

Can someone clarify this for me?

 

Thanks  :) 

Best Answer chosen by Admin (Salesforce Developers) 
LarryKreegerLarryKreeger

Actually I found that thread very interesting but it didn't answer my question. 

However I think the binding comes from a new SforceService object.

More coffee and thank goodness I only have to figure this out once.  :) 

 

All Answers

matthewhuynh88matthewhuynh88

it is a SOAP binding. look here: http://www.salesforce.com/us/developer/docs/api/index_Left.htm#StartTopic=Content/sforce_api_calls_login.htm

Message Edited by matthewhuynh88 on 06-30-2009 11:04 AM
LarryKreegerLarryKreeger

Actually I found that thread very interesting but it didn't answer my question. 

However I think the binding comes from a new SforceService object.

More coffee and thank goodness I only have to figure this out once.  :) 

 

This was selected as the best answer