I was thinking to check my URL before doing a web service call, if there is an missing page or a server down, the URL will not be accessible for exemple, if I put a wrong URL i get this:
NSURLErrorDomain Code=-1003
So I wan't to check an URL before calling my SOAP webService, and I want to get the status code, if the status equals to 200 I will do the call, someone know how to do that ?