This TechNote explores using the CFPROPERTY tag within ColdFusion Components that are called through Web Services. The CFPROPERTY tag defines properties for use in the component definition that is returned to the consumers of the web service.
The TechNote contains code samples that demonstrate a web service managing a Contacts table schema that is defined through CFPROPERTY. The code includes three files: one base component used for error handling, one invoker CFM file and one web service CFC. The sample code is written to have all files placed in the root directory. You can read more about this and download the files at the URL below: