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
esimplestesimplest 

Anyone have samples of accessing SalesForce Webservice using ColdFusion?

Please advice or guide me with any sample URLs for the Login or accessing other functions of SalesForce!
Shekar

adamgadamg

My understanding is that Cold Fusion MX uses the same Apache Axis library as the Java samples we provide, meaning that the samples should run close to as-is; while I'm sure they have some abstraction around Axis, there is hopefully a way to leverage what we provide already.

I'd recommend running through one Cold Fusion examples like using Amazon's Web service, and when you have that working, trying to wire up the sforce Web service.