Skip to main content
Participant
April 15, 2015
Question

Calling C# WebService from ColdFushion and I cannot get results

  • April 15, 2015
  • 1 reply
  • 305 views

I have a ColdFushion (9) function calling a SelfHosted WCF C# WebService. I publish it to my Virtual Server, and call it from SoapUI and it works.

When I call it from ColdFushion using CFInvoke, I get a red box with a list of methods.

When I call it from ColdFushion using CFHTTP, I get xml with structure names but no data.

I cannot help but think that how I receive the response in CF might have something to do with not getting my email record(s) data, since it works in Soap UI.

    This topic has been closed for replies.

    1 reply

    Participant
    April 16, 2015

    Never mind. Someone on another site helped me.