Posts Tagged “ColdFusion”
CFInvoke with a custom endpoint – ColdFusion
by RIAstar on August 23, 2011
Consuming web services in ColdFusion is easy – at least since CF9, because it used to be a PITA in previous versions for some kinds of services (e.g. SOAP). You can even write it in one line – woohoo! -, (…)