Skip to main content
Inspiring
February 17, 2009
Question

Call CFC on another server

  • February 17, 2009
  • 2 replies
  • 489 views
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
    This topic has been closed for replies.

    2 replies

    Inspiring
    February 18, 2009
    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
    Inspiring
    February 17, 2009
    Are the functions available as webservices?