Whatever message this page gives is out now! Go check it out!

AccessColdFusionservicesusingSOAP

Last update:
Jun 9, 2026

Access ColdFusion services using SOAP

You 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.

Share this page

Was this page helpful?
We're glad. Tell us how this page helped.
We're sorry. Can you tell us what didn't work for you?
Thank you for your feedback. Your response will help improve this page.

On this page