I've begun looking into a new idea that would require me to call a WCF service from an iPhone application. This WCF service would have to be able to call a stored procedure in an SQL Server database. I think I can figure this out. Where I'm unsure, however, is whether or not I will be able to call this WCF service from the iPhone app.
I've done a bit of searching already, and I've found mostly confusing answers. I found this question ( how to call wcf service from Iphone ), which leads to this post with the top answer basically being "Don't" ( How to access SOAP services from iPhone ).
What is the easiest way to call a WCF service from an iPhone (sending it some data), if it's even possible?