Consuming WCF service with ColdFusion
Hello,
We've been trying to consume a web service (.svc file) created in WCF (.NET 4.0) in ColdFusion for a few weeks now. It seems every time we get one problem worked out, another one pops up. One of our biggest problems is how to see what's in the DTO that .NET is sending to ColdFusion. It was working in .NET 3.5, but then they upgraded the server to .NET 4.0. Now one of the variables keeps causing an error. I'm guessing it's a variable type that CF doesn't support without doing something to convert it.
My question is, what's the best way to go about getting this coded? Are there good resources somewhere? We've been Googling, so we've seen many of the articles that come up that way. Is ColdFusion Builder better suited to this than Dreamweaver? Eclipse? Any guidance would be appreciated.
Thanks.
