I'm developing an application, in iOS, that is required
to connect
to my Windows Server
to poll for new data, update, etc. As a seasoned C# developer, my first instinct is
to start a new project in Visual Studio and select Web Service, letting my bias (and comfort level) dictate the service layer of my application.
However, I don't want
to be
…