ColdFusion 9.0 Resources |
Access ColdFusion services using SOAPYou use SOAP to access ColdFusion services as document/style web services. To see the available service requests and responses, view the service WSDL in the cfWebRoot\CFIDE\services directory. The service WSDL is available from the following CFC files: chart.cfc, document.cfc, image.cfc, mail.cfc, pdf.cfc, pop.cfc. For example, to see the image services, use a URL such as the following: http://<CF server >:<port>/CFIDE/services/image.cfc?wsdl All the methods and attributes exposed through services can be found in WSDL. Attribute explanation is same as the attributes of corresponding ColdFusion TAGS/Functions. |