Skip to main content
nikos101
Inspiring
March 31, 2010
Question

CF to interact with a network windows service

  • March 31, 2010
  • 1 reply
  • 304 views

How would I get CF to interact with a network windows service runing on a port that returns xml to a http request at certain domain and port?

    This topic has been closed for replies.

    1 reply

    Owainnorth
    Inspiring
    March 31, 2010

    As far as I can tell from your post, the fact that it's a Windows Service is irrelevant - is it essentially just a webservice?

    If so, take a look at the docs for <cfinvoke webservice="">.

    O.