Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Call CFC on another server

Participant ,
Feb 17, 2009 Feb 17, 2009
How do I call a cfc that resides on another server?

Example:
From serverA.com/projectA/call.cfm

<cfinvoke component="serverB.projectB.componentName" method="methodA">

CFC is at
serverB/projectB/CFC/componentName
456
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 17, 2009 Feb 17, 2009
Are the functions available as webservices?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 17, 2009 Feb 17, 2009
LATEST
spacehog wrote:
> How do I call a cfc that resides on another server?

You'll need to expose and call the remote CFC as a web service.

--
Mack
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources