Adobe ColdFusion 8

Consuming web services

ColdFusion provides a variety of methods for consuming web services. The method that you choose depends on your ColdFusion programming style and application.

The following table describes these methods:

Method

CFML operator

Description

CFScript

()

Consumes a web service from within a CFScript block.

CFML tag

 

Consumes a web service from within a block of CFML code.

CFML tag

 

Consumes a web service from within a block of CFML code.

One important consideration is that all consumption methods use the same underlying technology and offer the same performance.



 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/coldfusion/8/htmldocs/webservices_04.html