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
agargagarg 

VB6 and Soap Toolkit Samples

Can I find some samples using VB6 with Microsoft Soap Toolkit.
DevAngelDevAngel

Hi agarg,

Salesforce.com does not supply any VB6 samples.  You can use MSXML or XMLHTTP to make soap calls.  You basically end up have to "roll your own" soap messages in VB6.  There is no adequate soap client that can take our wsdl and generate proxies that you can simply use.  I'm sure there are folks on this board that have done a good job in VB6, and I leave it to them to provide direction.