Wouldn't the easiest method be to create a page that can be called ie https://my.public.site/admin/receivenotification.cfm?somesecurekey=somesecurephrase¬ify=true
Then call this url from you other application. This way it doesn't require web services nor does it even require a call from coldfusion. As long as the url can be called correctly then your done. Once the public CMS has the request then it can whatever it requires. On 30/10/2007, Brett Payne-Rhodes <[EMAIL PROTECTED]> wrote: > > > I have a CMS that runs as a separate sub-domain to the actual site being > administered. On occasion (and seemingly more and more) there is a need for > the CMS to tell the website that some update has been made and that it > should reload application and/or session variables. And a recent requirement > is for the notification to come from an entirely different application. > > Before I launch into a complete rewrite of the current system, which > predates webservices, I was wondering what methods others on this list might > be using that they would recommend. The two key features being simplicity > and security, which I agree are probably conflicting, but hey... > > Cheers, > > Brett > B) > > > > > -- Cheers Simon Haddon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
