Skip to main content
Participant
April 23, 2008
Question

Does coldfusion 5 support any web service?

  • April 23, 2008
  • 2 replies
  • 414 views
web service support
    This topic has been closed for replies.

    2 replies

    Inspiring
    April 23, 2008
    Rodda3016 wrote:
    > web service support

    Creating or consuming a web service?
    Participating Frequently
    April 23, 2008
    CF creates web services using ColdFusion Components (CFCs), which were introduced with version 6. You don't have any native XML functions until 6 ether. So you couldn't write a web service in the manner that you would in CF 6+.

    However, this doesn't mean that you can't write a CFM file that returns XML in whatever format you want. It'd just be a bit more difficult. There used to be a CFX tag that gave CF 5 some basic XML functions,