EXC_BAD_ACCESS NSUrlConnection
- by Lars
Hi all,
i got an EXC_BAD_ACCESS when i perform the last line of the function (webData).
-(void)requestSoap{
NSString *requestUrl = @"http://www.website.com/webservice.php";
NSString *soapMessage = @"the soap message";
//website and soapmessage are valid in original code.
NSError **error;
NSURLResponse *response;
//Convert parameter string to…