Skip to main content
February 19, 2007
Question

Implementing an API in ColdFusion

  • February 19, 2007
  • 1 reply
  • 311 views
I need to implement an API that would allow a membership website
written in CF to share data with a CRM database I use.

The company makes available some API Sample implementations
in asp, java, javascript, perl, php, & python - along with documentation.
The company that wrote the CF membership site is not interested in
doing any programming/support for this project.

Not knowing anything about CF personally, can anyone tell me if
this it possible, and if it is difficult?

If it is possible, is there a place I can contact a CF programmer who
would know how to do this?

Thanks so much,
Dave
This topic has been closed for replies.

1 reply

Inspiring
February 21, 2007
If the API is already written in ASP, then I am sure it is possible in ColdFusion.
You may want to look into Rent a Coder to find a programmer ( http://www.rentacoder.com)
February 21, 2007
Mo,
Thanks for the suggestion. I have posted on RaC
Dave
February 21, 2007
CFMX 6 & 7 are both written in java. A java API should be easy to implement. CreateObject("java", yourclass) will allow you to create a java object in CF. From there you should be able to call its methods.