Skip to main content
Participant
November 24, 2014
Question

How to register Rest web services in Cold Fusion 9 administration console?

  • November 24, 2014
  • 1 reply
  • 408 views

I am building a Rest web service using Cold Fusion 9 and Cold Fusion Builder 3 and now I want to register it on Cold Fusion 9 admin console, but I didn't see any option there as in CF 10 and CF 11 Data Services ---> Rest Web service. So, please tell me how to register my Rest web service in CF 9 either through admin console or through code?

    This topic has been closed for replies.

    1 reply

    Carl Von Stetten
    Legend
    November 24, 2014

    Simple answer: you can't.  REST services were a new feature released with CF10.  Alternatively, you can use a community-supported framework to provide REST services, such as:

    • Taffy (a dedicated REST framework)
    • FW/1 (an MVC framework with REST capabilities)
    • ColdBox (an MVC framework with REST capabilities)

    -Carl V.