Well, if you are still looking for other options, you should be able
to maintain maybe one xml file on one server and have the other
servers look to the file for their settings...  You probably would
have to find a way to explicitly invoke them, or just have them check
the file on every request...

On 9/6/05, Alex <[EMAIL PROTECTED]> wrote:
> Thanks everyone for the responses.
> 
> The main reason I wanted to use a remote .cfc was that I was having trouble
> getting the web services to work correctly.  I have multiple internal
> servers that I wanted to adjust the admin options (using the adminapi) by
> calling a .cfc on each of them.  I have since figured out how to implement
> them using web services.
> 
> Thanks again!
> 
> Alex
> 
> 
> 
> 
> 
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 06, 2005 2:08 PM
> To: CF-Talk
> Subject: RE: Calling remote CFCs
> 
> > I've been searching for the past few days trying to find a
> > way to call a CFC on a different server. I'd like not to use
> > a web service. Is it possible?
> 
> Although this isn't good practice, couldn't you technically do this:
> 
> <CFHTTP url="http://someserver.com/test.cfm?method=CallMe"; METHOD="GET"
> TIMEOUT="5"></CFHTTP>
> 
> ???
> 
> I haven't tried it, but I seem to remember you can call a .CFC directly
> through a browser and execute the method like that, so if one didn't want to
> use <cfinvoke (thereby making a webservice call) they could do it this way.
> 
> 
> Although I wouldn't recommend this by any means, I think it gives you
> another option, even though I would be right along with everyone else and
> wonder why you don't want to call it as a web service. :)
> 
> Dave
> ****************************************************************************
> **************
> The information contained in this message, including attachments, may
> contain
> privileged or confidential information that is intended to be delivered only
> to the
> person identified above. If you are not the intended recipient, or the
> person
> responsible for delivering this message to the intended recipient, ALLTEL
> requests
> that you immediately notify the sender and asks that you do not read the
> message or its
> attachments, and that you delete them without copying or sending them to
> anyone else.
> 
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:217479
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to