cfobject: web service object

Description

Creates a web service proxy object.

Syntax

<cfobject 
  webservice= "http://....?wsdl" or "name set in Administrator"
  name = "myobjectname">

See also

cfcollection, cfexecute, cfindex, cfreport, cfsearch, cfwddx

Attributes

Attribute Req/Opt Default Description
webservice
Required

URL to web service WSDL file.
  • Absolute URL of web service
  • Name (string) assigned in the Administrator to the web service
name
Required

Local name for the web service. String.

Usage

Instantiates a proxy object for a web service. You can enter the absolute URL in this tag, or refer to a web service that is entered in the ColdFusion Administrator. To minimize potential code maintenance, enter the web service in the Administrator, then refer to that name in this tag.

ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting

Version 6

Comments are no longer accepted for ColdFusion MX. ColdFusion 8 is the current version.

 

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

Current page: http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt29.htm