Calling C# WebService from ColdFushion & I cannot get result

Apr 15 2015 2:26 PM
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.