MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual page 725

Developing coldfusion mx applications
Table of Contents

Advertisement

</cffunction>
</cfcomponent>
Note: If the component files are not in a directory under your web root, you must create a ColdFusion
mapping to the directory containing them.
If you register the component in Dreamweaver MX, it appears in the Components tab of the
Application panel, as the following figure shows:
The WSDL file for the web service contains data definitions for the complex types name and
address. Each definition consists of the elements that define the type as specified in the
ColdFusion component file for that type. For example, shown below is the definition for name:
<complexType name="name">
<all>
<element name="Firstname" nillable="true" type="xsd:string" />
<element name="Lastname" nillable="true" type="xsd:string" />
</all>
</complexType>
Publishing web services
725

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-DEVELOPING COLDFUSION MX and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents