Tagged Questions

1
vote
1answer
160 views

iOS consume WCF Service using HTTPS

I'm developing a iPad application that will consume a WCF Service HTTPS (using soap probably). I used NSURLConnection on iPad to connect to HTTP web service and worked fine. But the WCF Service will ...